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.h25 void btif_to_bta_uuid(tBT_UUID *p_dest, bt_uuid_t *p_src);
/system/bt/btif/src/
Dbtif_gatt_util.c82 void btif_to_bta_uuid(tBT_UUID *p_dest, bt_uuid_t *p_src) in btif_to_bta_uuid() function
114 btif_to_bta_uuid(&p_dest->uuid, &p_src->uuid); in btif_to_bta_gatt_id()
120 btif_to_bta_uuid(&p_dest->id.uuid, &p_src->id.uuid); in btif_to_bta_srvc_id()
Dbtif_gatt_server.c378 btif_to_bta_uuid(&uuid, &p_cb->uuid); in btgatts_handle_event()
460 btif_to_bta_uuid(&uuid, &p_cb->uuid); in btgatts_handle_event()
470 btif_to_bta_uuid(&uuid, &p_cb->uuid); in btgatts_handle_event()
Dbtif_gatt_test.c275 btif_to_bta_uuid(&param.service, params->uuid1); in btif_gattc_test_command_impl()
Dbtif_gatt_client.c1166 btif_to_bta_uuid(&uuid, &p_cb->uuid); in btgattc_handle_event()
1263 btif_to_bta_uuid(&uuid, &p_cb->uuid); in btgattc_handle_event()
1489 btif_to_bta_uuid(&cond.srvc_uuid.uuid, &p_adv_filt_cb->uuid); in btgattc_handle_event()
1508 btif_to_bta_uuid(&cond.solicitate_uuid.uuid, &p_adv_filt_cb->uuid); in btgattc_handle_event()
Dbtif_gatt_multi_adv_util.c405 btif_to_bta_uuid(&bt_uuid, &uuid); in btif_gattc_copy_datacb()