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

  /system/bt/btif/src/
btif_gatt_test.c 221 tBT_UUID app_uuid = {LEN_UUID_128,{0xAE}}; local
222 test_cb.gatt_if = GATT_Register(&app_uuid, &btif_test_callbacks);
btif_gatt_server.c 172 bt_uuid_t app_uuid; local
173 bta_to_btif_uuid(&app_uuid, &p_data->reg_oper.uuid);
177 , &app_uuid
btif_gatt_client.c 454 bt_uuid_t app_uuid; local
455 bta_to_btif_uuid(&app_uuid, &p_data->reg_oper.app_uuid);
459 , &app_uuid
    [all...]
  /system/bt/service/
gatt_client.cpp 75 bt_uuid_t app_uuid = uuid.GetBlueDroid(); local
77 if (hal_iface->register_client(&app_uuid) != BT_STATUS_SUCCESS)
88 const bt_uuid_t& app_uuid) {
89 UUID uuid(app_uuid);
gatt_server.cpp 980 bt_uuid_t app_uuid = uuid.GetBlueDroid(); local
982 if (hal_iface->register_server(&app_uuid) != BT_STATUS_SUCCESS)
993 const bt_uuid_t& app_uuid) {
994 UUID uuid(app_uuid);
low_energy_client.cpp 853 bt_uuid_t app_uuid = uuid.GetBlueDroid(); local
855 if (hal_iface->register_client(&app_uuid) != BT_STATUS_SUCCESS)
866 const bt_uuid_t& app_uuid) {
867 UUID uuid(app_uuid);
  /system/bt/service/ipc/binder/
interface_with_instances_base.cpp 37 bluetooth::UUID app_uuid = bluetooth::UUID::GetRandom(); local
38 if (!pending_callbacks_.Register(app_uuid, callback)) {
66 if (factory->RegisterInstance(app_uuid, cb))
70 pending_callbacks_.Remove(app_uuid);
  /system/bt/stack/gatt/
gatt_attr.c 268 tBT_UUID app_uuid = {LEN_UUID_128, {0}}; local
274 memset (&app_uuid.uu.uuid128, 0x81, LEN_UUID_128);
278 gatt_cb.gatt_if = GATT_Register(&app_uuid, &gatt_profile_cback);
gatt_int.h 233 tBT_UUID app_uuid; /* applicatino UUID */ member in struct:__anon72502
  /system/bt/stack/srvc/
srvc_eng.c 432 tBT_UUID app_uuid = {LEN_UUID_16, {UUID_SERVCLASS_DEVICE_INFO}}; local
443 srvc_eng_cb.gatt_if = GATT_Register(&app_uuid, &srvc_gatt_cback);
  /system/bt/stack/gap/
gap_ble.c 382 tBT_UUID app_uuid = {LEN_UUID_128,{0}}; local
389 memset (&app_uuid.uu.uuid128, 0x82, LEN_UUID_128);
392 gap_cb.gatt_if = GATT_Register(&app_uuid, &gap_cback);
441 memset (&app_uuid.uu.uuid128, 0x81, LEN_UUID_128);
  /system/bt/bta/gatt/
bta_gatts_int.h 70 tBT_UUID app_uuid; member in struct:__anon71771
184 tBT_UUID app_uuid; member in struct:__anon71783
bta_gattc_int.h 98 tBT_UUID app_uuid; member in struct:__anon71744
316 tBT_UUID app_uuid; member in struct:__anon71763
  /system/bt/bta/hh/
bta_hh_le.c 341 tBT_UUID app_uuid = {LEN_UUID_128,{0}}; local
352 memcpy((void *)app_uuid.uu.uuid128, (void *)app_name, LEN_UUID_128);
354 BTA_GATTC_AppRegister(&app_uuid, bta_hh_gattc_callback);
    [all...]
  /system/bt/bta/dm/
bta_dm_act.c 5319 tBT_UUID app_uuid = {LEN_UUID_128,{0}}; local
    [all...]
  /system/bt/bta/include/
bta_gatt_api.h 250 tBT_UUID app_uuid; member in struct:__anon71944
    [all...]

Completed in 119 milliseconds