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

  /external/bluetooth/bluedroid/btif/src/
btif_gatt_test.c 215 tBT_UUID app_uuid = {LEN_UUID_128,{0xAE}}; local
216 test_cb.gatt_if = GATT_Register(&app_uuid, &btif_test_callbacks);
btif_gatt_server.c 177 bt_uuid_t app_uuid; local
178 bta_to_btif_uuid(&app_uuid, &p_data->reg_oper.uuid);
182 , &app_uuid
btif_gatt_client.c 327 bt_uuid_t app_uuid; local
328 bta_to_btif_uuid(&app_uuid, &p_data->reg_oper.app_uuid);
332 , &app_uuid
    [all...]
  /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:__anon3562
  /external/bluetooth/bluedroid/stack/srvc/
srvc_eng.c 414 tBT_UUID app_uuid = {LEN_UUID_16, {UUID_SERVCLASS_DEVICE_INFO}}; local
425 srvc_eng_cb.gatt_if = GATT_Register(&app_uuid, &srvc_gatt_cback);
  /external/bluetooth/bluedroid/stack/gap/
gap_ble.c 477 tBT_UUID app_uuid = {LEN_UUID_128,{0}}; local
484 memset (&app_uuid.uu.uuid128, 0x82, LEN_UUID_128);
487 gap_cb.gatt_if = GATT_Register(&app_uuid, &gap_cback);
513 memset (&app_uuid.uu.uuid128, 0x81, LEN_UUID_128);
  /external/bluetooth/bluedroid/bta/gatt/
bta_gatts_int.h 70 tBT_UUID app_uuid; member in struct:__anon2966
182 tBT_UUID app_uuid; member in struct:__anon2978
bta_gattc_int.h 99 tBT_UUID app_uuid; member in struct:__anon2940
340 tBT_UUID app_uuid; member in struct:__anon2958
  /external/bluetooth/bluedroid/bta/hh/
bta_hh_le.c 203 tBT_UUID app_uuid = {LEN_UUID_128,{0}}; local
214 memcpy((void *)app_uuid.uu.uuid128, (void *)app_name, LEN_UUID_128);
216 BTA_GATTC_AppRegister(&app_uuid, bta_hh_gattc_callback);
    [all...]
  /external/bluetooth/bluedroid/bta/dm/
bta_dm_act.c 325 tBT_UUID app_uuid = {LEN_UUID_128,{0}}; local
433 memset (&app_uuid.uu.uuid128, 0x87, LEN_UUID_128);
5033 tBT_UUID app_uuid = {LEN_UUID_128,{0}}; local
    [all...]
  /external/bluetooth/bluedroid/bta/include/
bta_gatt_api.h 259 tBT_UUID app_uuid; member in struct:__anon3130
    [all...]

Completed in 781 milliseconds