Searched refs:app_uuid (Results 1 - 17 of 17) sorted by relevance

/external/bluetooth/bluedroid/bta/gatt/
H A Dbta_gatts_int.h70 tBT_UUID app_uuid; member in struct:__anon581
184 tBT_UUID app_uuid; member in struct:__anon593
H A Dbta_gatts_act.c201 if (bta_gatts_uuid_compare(p_cb->rcb[i].app_uuid, p_msg->api_reg.app_uuid))
223 memcpy(&cb_data.reg_oper.uuid, &p_msg->api_reg.app_uuid, sizeof(tBT_UUID));
231 memcpy(&p_cb->rcb[first_unuse].app_uuid, &p_msg->api_reg.app_uuid, sizeof(tBT_UUID));
234 GATT_Register(&p_msg->api_reg.app_uuid, &bta_gatts_cback);
H A Dbta_gattc_int.h102 tBT_UUID app_uuid; member in struct:__anon553
362 tBT_UUID app_uuid; member in struct:__anon573
H A Dbta_gatts_api.c103 memcpy(&p_buf->app_uuid, p_app_uuid, sizeof(tBT_UUID));
H A Dbta_gattc_act.c182 tBT_UUID *p_app_uuid = &p_data->api_reg.app_uuid;
210 memcpy(&p_cb->cl_rcb[i].app_uuid, p_app_uuid, sizeof(tBT_UUID));
239 memcpy(&(cb_data.reg_oper.app_uuid),p_app_uuid,sizeof(tBT_UUID));
H A Dbta_gattc_api.c101 memcpy(&p_buf->app_uuid, p_app_uuid, sizeof(tBT_UUID));
/external/bluetooth/bluedroid/stack/gatt/
H A Dgatt_attr.c267 tBT_UUID app_uuid = {LEN_UUID_128, {0}}; local
273 memset (&app_uuid.uu.uuid128, 0x81, LEN_UUID_128);
277 gatt_cb.gatt_if = GATT_Register(&app_uuid, &gatt_profile_cback);
H A Dgatt_utils.c1323 gatt_uuid_compare (*p_app_uuid128, p_sreg->app_uuid ) &&
1358 memcpy (&p_sreg->app_uuid, &p_list->asgn_range.app_uuid128, sizeof(tBT_UUID));
H A Dgatt_int.h233 tBT_UUID app_uuid; /* applicatino UUID */ member in struct:__anon1284
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_gatt_test.c225 tBT_UUID app_uuid = {LEN_UUID_128,{0xAE}}; local
226 test_cb.gatt_if = GATT_Register(&app_uuid, &btif_test_callbacks);
H A Dbtif_gatt_server.c179 bt_uuid_t app_uuid; local
180 bta_to_btif_uuid(&app_uuid, &p_data->reg_oper.uuid);
184 , &app_uuid
H A Dbtif_gatt_client.c419 bt_uuid_t app_uuid; local
420 bta_to_btif_uuid(&app_uuid, &p_data->reg_oper.app_uuid);
424 , &app_uuid
/external/bluetooth/bluedroid/stack/gap/
H A Dgap_ble.c383 tBT_UUID app_uuid = {LEN_UUID_128,{0}}; local
390 memset (&app_uuid.uu.uuid128, 0x82, LEN_UUID_128);
393 gap_cb.gatt_if = GATT_Register(&app_uuid, &gap_cback);
434 memset (&app_uuid.uu.uuid128, 0x81, LEN_UUID_128);
/external/bluetooth/bluedroid/stack/srvc/
H A Dsrvc_eng.c434 tBT_UUID app_uuid = {LEN_UUID_16, {UUID_SERVCLASS_DEVICE_INFO}}; local
445 srvc_eng_cb.gatt_if = GATT_Register(&app_uuid, &srvc_gatt_cback);
/external/bluetooth/bluedroid/bta/include/
H A Dbta_gatt_api.h289 tBT_UUID app_uuid; member in struct:__anon775
/external/bluetooth/bluedroid/bta/dm/
H A Dbta_dm_act.c314 tBT_UUID app_uuid = {LEN_UUID_128,{0}}; local
407 memset (&app_uuid.uu.uuid128, 0x87, LEN_UUID_128);
5811 tBT_UUID app_uuid = {LEN_UUID_128,{0}}; local
5815 memset (&app_uuid.uu.uuid128, 0x87, LEN_UUID_128);
5816 BTA_GATTC_AppRegister(&app_uuid, bta_dm_gattc_callback);
/external/bluetooth/bluedroid/bta/hh/
H A Dbta_hh_le.c210 tBT_UUID app_uuid = {LEN_UUID_128,{0}}; local
221 memcpy((void *)app_uuid.uu.uuid128, (void *)app_name, LEN_UUID_128);
223 BTA_GATTC_AppRegister(&app_uuid, bta_hh_gattc_callback);

Completed in 202 milliseconds