/external/bluetooth/bluedroid/stack/gatt/ |
D | gatt_attr.c | 247 tBT_UUID app_uuid = {LEN_UUID_128, {0}}; in gatt_profile_db_init() local 253 memset (&app_uuid.uu.uuid128, 0x81, LEN_UUID_128); in gatt_profile_db_init() 257 gatt_cb.gatt_if = GATT_Register(&app_uuid, &gatt_profile_cback); in gatt_profile_db_init()
|
D | gatt_int.h | 218 tBT_UUID app_uuid; /* applicatino UUID */ member
|
D | gatt_utils.c | 1239 gatt_uuid_compare (*p_app_uuid128, p_sreg->app_uuid ) && in gatt_sr_find_i_rcb_by_app_id() 1274 memcpy (&p_sreg->app_uuid, &p_list->asgn_range.app_uuid128, sizeof(tBT_UUID)); in gatt_sr_alloc_rcb()
|
/external/bluetooth/bluedroid/bta/gatt/ |
D | bta_gatts_act.c | 194 if (bta_gatts_uuid_compare(p_cb->rcb[i].app_uuid, p_msg->api_reg.app_uuid)) in bta_gatts_register() 216 memcpy(&cb_data.reg_oper.uuid, &p_msg->api_reg.app_uuid, sizeof(tBT_UUID)); in bta_gatts_register() 224 memcpy(&p_cb->rcb[first_unuse].app_uuid, &p_msg->api_reg.app_uuid, sizeof(tBT_UUID)); in bta_gatts_register() 226 … p_cb->rcb[first_unuse].gatt_if = GATT_Register(&p_msg->api_reg.app_uuid, &bta_gatts_cback); in bta_gatts_register()
|
D | bta_gatts_int.h | 70 tBT_UUID app_uuid; member 182 tBT_UUID app_uuid; member
|
D | bta_gattc_int.h | 101 tBT_UUID app_uuid; member 350 tBT_UUID app_uuid; member
|
D | bta_gatts_api.c | 105 memcpy(&p_buf->app_uuid, p_app_uuid, sizeof(tBT_UUID)); in BTA_GATTS_AppRegister()
|
D | bta_gattc_act.c | 179 tBT_UUID *p_app_uuid = &p_data->api_reg.app_uuid; in bta_gattc_register() 207 memcpy(&p_cb->cl_rcb[i].app_uuid, p_app_uuid, sizeof(tBT_UUID)); in bta_gattc_register() 236 memcpy(&(cb_data.reg_oper.app_uuid),p_app_uuid,sizeof(tBT_UUID)); in bta_gattc_register()
|
D | bta_gattc_api.c | 103 memcpy(&p_buf->app_uuid, p_app_uuid, sizeof(tBT_UUID)); in BTA_GATTC_AppRegister()
|
/external/bluetooth/bluedroid/btif/src/ |
D | btif_gatt_test.c | 216 tBT_UUID app_uuid = {LEN_UUID_128,{0xAE}}; in btif_gattc_test_command_impl() local 217 test_cb.gatt_if = GATT_Register(&app_uuid, &btif_test_callbacks); in btif_gattc_test_command_impl()
|
D | btif_gatt_server.c | 177 bt_uuid_t app_uuid; in btapp_gatts_handle_cback() local 178 bta_to_btif_uuid(&app_uuid, &p_data->reg_oper.uuid); in btapp_gatts_handle_cback() 182 , &app_uuid in btapp_gatts_handle_cback()
|
D | btif_gatt_client.c | 327 bt_uuid_t app_uuid; in btif_gattc_upstreams_evt() local 328 bta_to_btif_uuid(&app_uuid, &p_data->reg_oper.app_uuid); in btif_gattc_upstreams_evt() 332 , &app_uuid in btif_gattc_upstreams_evt()
|
/external/bluetooth/bluedroid/stack/gap/ |
D | gap_ble.c | 478 tBT_UUID app_uuid = {LEN_UUID_128,{0}}; in gap_attr_db_init() local 485 memset (&app_uuid.uu.uuid128, 0x82, LEN_UUID_128); in gap_attr_db_init() 488 gap_cb.gatt_if = GATT_Register(&app_uuid, &gap_cback); in gap_attr_db_init() 514 memset (&app_uuid.uu.uuid128, 0x81, LEN_UUID_128); in gap_attr_db_init()
|
/external/bluetooth/bluedroid/stack/srvc/ |
D | srvc_eng.c | 415 tBT_UUID app_uuid = {LEN_UUID_16, {UUID_SERVCLASS_DEVICE_INFO}}; in srvc_eng_init() local 426 srvc_eng_cb.gatt_if = GATT_Register(&app_uuid, &srvc_gatt_cback); in srvc_eng_init()
|
/external/bluetooth/bluedroid/bta/include/ |
D | bta_gatt_api.h | 260 tBT_UUID app_uuid; member
|
/external/bluetooth/bluedroid/bta/hh/ |
D | bta_hh_le.c | 204 tBT_UUID app_uuid = {LEN_UUID_128,{0}}; in bta_hh_le_enable() local 215 memcpy((void *)app_uuid.uu.uuid128, (void *)app_name, LEN_UUID_128); in bta_hh_le_enable() 217 BTA_GATTC_AppRegister(&app_uuid, bta_hh_gattc_callback); in bta_hh_le_enable()
|
/external/bluetooth/bluedroid/bta/dm/ |
D | bta_dm_act.c | 325 tBT_UUID app_uuid = {LEN_UUID_128,{0}}; in bta_dm_sys_hw_cback() local 433 memset (&app_uuid.uu.uuid128, 0x87, LEN_UUID_128); in bta_dm_sys_hw_cback() 5082 tBT_UUID app_uuid = {LEN_UUID_128,{0}}; in bta_dm_gattc_register() local 5086 memset (&app_uuid.uu.uuid128, 0x87, LEN_UUID_128); in bta_dm_gattc_register() 5087 BTA_GATTC_AppRegister(&app_uuid, bta_dm_gattc_callback); in bta_dm_gattc_register()
|