/system/bt/bta/gatt/ |
D | bta_gatts_int.h | 70 tBT_UUID app_uuid; member 184 tBT_UUID app_uuid; member
|
D | bta_gatts_act.c | 199 if (bta_gatts_uuid_compare(p_cb->rcb[i].app_uuid, p_msg->api_reg.app_uuid)) in bta_gatts_register() 221 memcpy(&cb_data.reg_oper.uuid, &p_msg->api_reg.app_uuid, sizeof(tBT_UUID)); in bta_gatts_register() 229 memcpy(&p_cb->rcb[first_unuse].app_uuid, &p_msg->api_reg.app_uuid, sizeof(tBT_UUID)); in bta_gatts_register() 232 GATT_Register(&p_msg->api_reg.app_uuid, &bta_gatts_cback); in bta_gatts_register()
|
D | bta_gattc_int.h | 102 tBT_UUID app_uuid; member 362 tBT_UUID app_uuid; member
|
D | bta_gatts_api.c | 103 memcpy(&p_buf->app_uuid, p_app_uuid, sizeof(tBT_UUID)); in BTA_GATTS_AppRegister()
|
D | bta_gattc_act.c | 186 tBT_UUID *p_app_uuid = &p_data->api_reg.app_uuid; in bta_gattc_register() 214 memcpy(&p_cb->cl_rcb[i].app_uuid, p_app_uuid, sizeof(tBT_UUID)); in bta_gattc_register() 243 memcpy(&(cb_data.reg_oper.app_uuid),p_app_uuid,sizeof(tBT_UUID)); in bta_gattc_register()
|
D | bta_gattc_api.c | 101 memcpy(&p_buf->app_uuid, p_app_uuid, sizeof(tBT_UUID)); in BTA_GATTC_AppRegister()
|
/system/bt/stack/gatt/ |
D | gatt_attr.c | 270 tBT_UUID app_uuid = {LEN_UUID_128, {0}}; in gatt_profile_db_init() local 276 memset (&app_uuid.uu.uuid128, 0x81, LEN_UUID_128); in gatt_profile_db_init() 280 gatt_cb.gatt_if = GATT_Register(&app_uuid, &gatt_profile_cback); in gatt_profile_db_init()
|
D | gatt_int.h | 233 tBT_UUID app_uuid; /* applicatino UUID */ member
|
D | gatt_utils.c | 1323 gatt_uuid_compare (*p_app_uuid128, p_sreg->app_uuid ) && in gatt_sr_find_i_rcb_by_app_id() 1358 memcpy (&p_sreg->app_uuid, &p_list->asgn_range.app_uuid128, sizeof(tBT_UUID)); in gatt_sr_alloc_rcb()
|
/system/bt/btif/src/ |
D | btif_gatt_test.c | 225 tBT_UUID app_uuid = {LEN_UUID_128,{0xAE}}; in btif_gattc_test_command_impl() local 226 test_cb.gatt_if = GATT_Register(&app_uuid, &btif_test_callbacks); in btif_gattc_test_command_impl()
|
D | btif_gatt_server.c | 179 bt_uuid_t app_uuid; in btapp_gatts_handle_cback() local 180 bta_to_btif_uuid(&app_uuid, &p_data->reg_oper.uuid); in btapp_gatts_handle_cback() 184 , &app_uuid in btapp_gatts_handle_cback()
|
D | btif_gatt_client.c | 474 bt_uuid_t app_uuid; in btif_gattc_upstreams_evt() local 475 bta_to_btif_uuid(&app_uuid, &p_data->reg_oper.app_uuid); in btif_gattc_upstreams_evt() 479 , &app_uuid in btif_gattc_upstreams_evt()
|
/system/bt/stack/gap/ |
D | gap_ble.c | 382 tBT_UUID app_uuid = {LEN_UUID_128,{0}}; in gap_attr_db_init() local 389 memset (&app_uuid.uu.uuid128, 0x82, LEN_UUID_128); in gap_attr_db_init() 392 gap_cb.gatt_if = GATT_Register(&app_uuid, &gap_cback); in gap_attr_db_init() 441 memset (&app_uuid.uu.uuid128, 0x81, LEN_UUID_128); in gap_attr_db_init()
|
/system/bt/stack/srvc/ |
D | srvc_eng.c | 434 tBT_UUID app_uuid = {LEN_UUID_16, {UUID_SERVCLASS_DEVICE_INFO}}; in srvc_eng_init() local 445 srvc_eng_cb.gatt_if = GATT_Register(&app_uuid, &srvc_gatt_cback); in srvc_eng_init()
|
/system/bt/test/suite/support/ |
D | gatt.c | 73 void btgattc_register_app_cb(int status, int clientIf, bt_uuid_t *app_uuid) { in btgattc_register_app_cb() argument
|
D | callbacks.c | 39 void btgattc_register_app_cb(int status, int clientIf, bt_uuid_t *app_uuid);
|
/system/bt/bta/include/ |
D | bta_gatt_api.h | 289 tBT_UUID app_uuid; member
|
/system/bt/bta/hh/ |
D | bta_hh_le.c | 213 tBT_UUID app_uuid = {LEN_UUID_128,{0}}; in bta_hh_le_enable() local 224 memcpy((void *)app_uuid.uu.uuid128, (void *)app_name, LEN_UUID_128); in bta_hh_le_enable() 226 BTA_GATTC_AppRegister(&app_uuid, bta_hh_gattc_callback); in bta_hh_le_enable()
|
/system/bt/bta/dm/ |
D | bta_dm_act.c | 5422 tBT_UUID app_uuid = {LEN_UUID_128,{0}}; in bta_dm_gattc_register() local 5426 memset (&app_uuid.uu.uuid128, 0x87, LEN_UUID_128); in bta_dm_gattc_register() 5427 BTA_GATTC_AppRegister(&app_uuid, bta_dm_gattc_callback); in bta_dm_gattc_register()
|