HomeSort by relevance Sort by last modified time
    Searched defs:app_uuid (Results 1 - 10 of 10) 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 234 bt_uuid_t app_uuid; local
235 bta_to_btif_uuid(&app_uuid, &p_data->reg_oper.app_uuid);
239 , &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:__anon3113
  /external/bluetooth/bluedroid/stack/gap/
gap_ble.c 478 tBT_UUID app_uuid = {LEN_UUID_128,{0}}; local
485 memset (&app_uuid.uu.uuid128, 0x82, LEN_UUID_128);
488 gap_cb.gatt_if = GATT_Register(&app_uuid, &gap_cback);
514 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:__anon2525
182 tBT_UUID app_uuid; member in struct:__anon2537
bta_gattc_int.h 98 tBT_UUID app_uuid; member in struct:__anon2502
318 tBT_UUID app_uuid; member in struct:__anon2518
  /external/bluetooth/bluedroid/bta/dm/
bta_dm_act.c 326 tBT_UUID app_uuid = {LEN_UUID_128,{0}}; local
385 memset (&app_uuid.uu.uuid128, 0x87, LEN_UUID_128);
386 BTA_GATTC_AppRegister(&app_uuid, bta_dm_gattc_callback);
    [all...]
  /external/bluetooth/bluedroid/bta/include/
bta_gatt_api.h 258 tBT_UUID app_uuid; member in struct:__anon2685
    [all...]

Completed in 125 milliseconds