Home
last modified time | relevance | path

Searched refs:btif_to_bta_uuid (Results 1 – 6 of 6) sorted by relevance

/system/bt/btif/include/
Dbtif_gatt_util.h27 void btif_to_bta_uuid(tBT_UUID *p_dest, bt_uuid_t *p_src);
/system/bt/btif/src/
Dbtif_gatt_server.c371 btif_to_bta_uuid(&uuid, &p_cb->uuid); in btgatts_handle_event()
445 btif_to_bta_uuid(&uuid, &p_cb->srvc_id.id.uuid); in btgatts_handle_event()
461 btif_to_bta_uuid(&uuid, &p_cb->uuid); in btgatts_handle_event()
471 btif_to_bta_uuid(&uuid, &p_cb->uuid); in btgatts_handle_event()
Dbtif_gatt_util.c83 void btif_to_bta_uuid(tBT_UUID *p_dest, bt_uuid_t *p_src) in btif_to_bta_uuid() function
Dbtif_gatt_test.c271 btif_to_bta_uuid(&param.service, params->uuid1); in btif_gattc_test_command_impl()
Dbtif_gatt_client.c1117 btif_to_bta_uuid(&uuid, &p_cb->uuid); in btgattc_handle_event()
1221 btif_to_bta_uuid(&uuid, &p_cb->uuid); in btgattc_handle_event()
1330 btif_to_bta_uuid(&cond.srvc_uuid.uuid, &p_adv_filt_cb->uuid); in btgattc_handle_event()
1349 btif_to_bta_uuid(&cond.solicitate_uuid.uuid, &p_adv_filt_cb->uuid); in btgattc_handle_event()
Dbtif_gatt_multi_adv_util.c362 btif_to_bta_uuid(&bt_uuid, &uuid); in btif_gattc_copy_datacb()