HomeSort by relevance Sort by last modified time
    Searched defs:app_uuid (Results 1 - 6 of 6) sorted by null

  /external/bluetooth/bluedroid/stack/gatt/
gatt_attr.c 246 tBT_UUID app_uuid = {LEN_UUID_128, {0}}; local
252 memset (&app_uuid.uu.uuid128, 0x81, LEN_UUID_128);
256 gatt_cb.gatt_if = GATT_Register(&app_uuid, &gatt_profile_cback);
gatt_int.h 218 tBT_UUID app_uuid; /* applicatino UUID */ member in struct:__anon2602
  /external/bluetooth/bluedroid/bta/gatt/
bta_gatts_int.h 70 tBT_UUID app_uuid; member in struct:__anon2055
173 tBT_UUID app_uuid; member in struct:__anon2066
bta_gattc_int.h 95 tBT_UUID app_uuid; member in struct:__anon2033
313 tBT_UUID app_uuid; member in struct:__anon2049
  /external/bluetooth/bluedroid/bta/dm/
bta_dm_act.c 318 tBT_UUID app_uuid = {LEN_UUID_128,{0}}; local
377 memset (&app_uuid.uu.uuid128, 0x87, LEN_UUID_128);
378 BTA_GATTC_AppRegister(&app_uuid, bta_dm_gattc_callback);
    [all...]
  /external/bluetooth/bluedroid/bta/include/
bta_gatt_api.h 255 tBT_UUID app_uuid; member in struct:__anon2208
    [all...]

Completed in 225 milliseconds