Searched defs:app_uuid (Results 1 - 12 of 12) sorted by relevance

/external/bluetooth/bluedroid/btif/src/
H A Dbtif_gatt_test.c216 tBT_UUID app_uuid = {LEN_UUID_128,{0xAE}}; local
217 test_cb.gatt_if = GATT_Register(&app_uuid, &btif_test_callbacks);
H A Dbtif_gatt_server.c177 bt_uuid_t app_uuid; local
178 bta_to_btif_uuid(&app_uuid, &p_data->reg_oper.uuid);
182 , &app_uuid
H A Dbtif_gatt_client.c327 bt_uuid_t app_uuid; local
328 bta_to_btif_uuid(&app_uuid, &p_data->reg_oper.app_uuid);
332 , &app_uuid
/external/bluetooth/bluedroid/stack/gatt/
H A Dgatt_attr.c247 tBT_UUID app_uuid = {LEN_UUID_128, {0}}; local
253 memset (&app_uuid.uu.uuid128, 0x81, LEN_UUID_128);
257 gatt_cb.gatt_if = GATT_Register(&app_uuid, &gatt_profile_cback);
H A Dgatt_int.h218 tBT_UUID app_uuid; /* applicatino UUID */ member in struct:__anon1159
/external/bluetooth/bluedroid/stack/srvc/
H A Dsrvc_eng.c415 tBT_UUID app_uuid = {LEN_UUID_16, {UUID_SERVCLASS_DEVICE_INFO}}; local
426 srvc_eng_cb.gatt_if = GATT_Register(&app_uuid, &srvc_gatt_cback);
/external/bluetooth/bluedroid/bta/gatt/
H A Dbta_gatts_int.h70 tBT_UUID app_uuid; member in struct:__anon561
182 tBT_UUID app_uuid; member in struct:__anon573
H A Dbta_gattc_int.h101 tBT_UUID app_uuid; member in struct:__anon534
350 tBT_UUID app_uuid; member in struct:__anon553
/external/bluetooth/bluedroid/stack/gap/
H A Dgap_ble.c478 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/dm/
H A Dbta_dm_act.c325 tBT_UUID app_uuid = {LEN_UUID_128,{0}}; local
433 memset (&app_uuid.uu.uuid128, 0x87, LEN_UUID_128);
5082 tBT_UUID app_uuid = {LEN_UUID_128,{0}}; local
5086 memset (&app_uuid.uu.uuid128, 0x87, LEN_UUID_128);
5087 BTA_GATTC_AppRegister(&app_uuid, bta_dm_gattc_callback);
/external/bluetooth/bluedroid/bta/hh/
H A Dbta_hh_le.c204 tBT_UUID app_uuid = {LEN_UUID_128,{0}}; local
215 memcpy((void *)app_uuid.uu.uuid128, (void *)app_name, LEN_UUID_128);
217 BTA_GATTC_AppRegister(&app_uuid, bta_hh_gattc_callback);
/external/bluetooth/bluedroid/bta/include/
H A Dbta_gatt_api.h260 tBT_UUID app_uuid; member in struct:__anon725

Completed in 128 milliseconds