Home
last modified time | relevance | path

Searched refs:app_uuid (Results 1 – 19 of 19) sorted by relevance

/system/bt/bta/gatt/
Dbta_gatts_int.h70 tBT_UUID app_uuid; member
184 tBT_UUID app_uuid; member
Dbta_gatts_act.c199 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()
Dbta_gattc_int.h102 tBT_UUID app_uuid; member
362 tBT_UUID app_uuid; member
Dbta_gatts_api.c103 memcpy(&p_buf->app_uuid, p_app_uuid, sizeof(tBT_UUID)); in BTA_GATTS_AppRegister()
Dbta_gattc_act.c186 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()
Dbta_gattc_api.c101 memcpy(&p_buf->app_uuid, p_app_uuid, sizeof(tBT_UUID)); in BTA_GATTC_AppRegister()
/system/bt/stack/gatt/
Dgatt_attr.c270 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()
Dgatt_int.h233 tBT_UUID app_uuid; /* applicatino UUID */ member
Dgatt_utils.c1323 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/
Dbtif_gatt_test.c225 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()
Dbtif_gatt_server.c179 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()
Dbtif_gatt_client.c474 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/
Dgap_ble.c382 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/
Dsrvc_eng.c434 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/
Dgatt.c73 void btgattc_register_app_cb(int status, int clientIf, bt_uuid_t *app_uuid) { in btgattc_register_app_cb() argument
Dcallbacks.c39 void btgattc_register_app_cb(int status, int clientIf, bt_uuid_t *app_uuid);
/system/bt/bta/include/
Dbta_gatt_api.h289 tBT_UUID app_uuid; member
/system/bt/bta/hh/
Dbta_hh_le.c213 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/
Dbta_dm_act.c5422 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()