Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/bta/gatt/
Dbta_gatts_act.c201 if (bta_gatts_uuid_compare(p_cb->rcb[i].app_uuid, p_msg->api_reg.app_uuid)) in bta_gatts_register()
223 memcpy(&cb_data.reg_oper.uuid, &p_msg->api_reg.app_uuid, sizeof(tBT_UUID)); in bta_gatts_register()
231 memcpy(&p_cb->rcb[first_unuse].app_uuid, &p_msg->api_reg.app_uuid, sizeof(tBT_UUID)); in bta_gatts_register()
234 GATT_Register(&p_msg->api_reg.app_uuid, &bta_gatts_cback); in bta_gatts_register()
Dbta_gatts_int.h70 tBT_UUID app_uuid; member
184 tBT_UUID app_uuid; member
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.c182 tBT_UUID *p_app_uuid = &p_data->api_reg.app_uuid; in bta_gattc_register()
210 memcpy(&p_cb->cl_rcb[i].app_uuid, p_app_uuid, sizeof(tBT_UUID)); in bta_gattc_register()
239 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()
/external/bluetooth/bluedroid/stack/gatt/
Dgatt_attr.c267 tBT_UUID app_uuid = {LEN_UUID_128, {0}}; in gatt_profile_db_init() local
273 memset (&app_uuid.uu.uuid128, 0x81, LEN_UUID_128); in gatt_profile_db_init()
277 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()
/external/bluetooth/bluedroid/stack/gap/
Dgap_ble.c383 tBT_UUID app_uuid = {LEN_UUID_128,{0}}; in gap_attr_db_init() local
390 memset (&app_uuid.uu.uuid128, 0x82, LEN_UUID_128); in gap_attr_db_init()
393 gap_cb.gatt_if = GATT_Register(&app_uuid, &gap_cback); in gap_attr_db_init()
434 memset (&app_uuid.uu.uuid128, 0x81, LEN_UUID_128); in gap_attr_db_init()
/external/bluetooth/bluedroid/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.c419 bt_uuid_t app_uuid; in btif_gattc_upstreams_evt() local
420 bta_to_btif_uuid(&app_uuid, &p_data->reg_oper.app_uuid); in btif_gattc_upstreams_evt()
424 , &app_uuid in btif_gattc_upstreams_evt()
/external/bluetooth/bluedroid/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()
/external/bluetooth/bluedroid/bta/include/
Dbta_gatt_api.h289 tBT_UUID app_uuid; member
/external/bluetooth/bluedroid/bta/hh/
Dbta_hh_le.c210 tBT_UUID app_uuid = {LEN_UUID_128,{0}}; in bta_hh_le_enable() local
221 memcpy((void *)app_uuid.uu.uuid128, (void *)app_name, LEN_UUID_128); in bta_hh_le_enable()
223 BTA_GATTC_AppRegister(&app_uuid, bta_hh_gattc_callback); in bta_hh_le_enable()
/external/bluetooth/bluedroid/bta/dm/
Dbta_dm_act.c314 tBT_UUID app_uuid = {LEN_UUID_128,{0}}; in bta_dm_sys_hw_cback() local
407 memset (&app_uuid.uu.uuid128, 0x87, LEN_UUID_128); in bta_dm_sys_hw_cback()
5811 tBT_UUID app_uuid = {LEN_UUID_128,{0}}; in bta_dm_gattc_register() local
5815 memset (&app_uuid.uu.uuid128, 0x87, LEN_UUID_128); in bta_dm_gattc_register()
5816 BTA_GATTC_AppRegister(&app_uuid, bta_dm_gattc_callback); in bta_dm_gattc_register()