/external/bluetooth/bluedroid/btif/src/ |
H A D | btif_gatt_test.c | 216 tBT_UUID app_uuid = {LEN_UUID_128,{0xAE}}; local 217 test_cb.gatt_if = GATT_Register(&app_uuid, &btif_test_callbacks);
|
H A D | 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
|
H A D | 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
|
/external/bluetooth/bluedroid/stack/gatt/ |
H A D | gatt_attr.c | 247 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 D | gatt_int.h | 218 tBT_UUID app_uuid; /* applicatino UUID */ member in struct:__anon1159
|
/external/bluetooth/bluedroid/stack/srvc/ |
H A D | srvc_eng.c | 415 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 D | bta_gatts_int.h | 70 tBT_UUID app_uuid; member in struct:__anon561 182 tBT_UUID app_uuid; member in struct:__anon573
|
H A D | bta_gattc_int.h | 101 tBT_UUID app_uuid; member in struct:__anon534 350 tBT_UUID app_uuid; member in struct:__anon553
|
/external/bluetooth/bluedroid/stack/gap/ |
H A D | 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/dm/ |
H A D | bta_dm_act.c | 325 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 D | bta_hh_le.c | 204 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 D | bta_gatt_api.h | 260 tBT_UUID app_uuid; member in struct:__anon725
|