Searched refs:btif_to_bta_uuid (Results 1 – 6 of 6) sorted by relevance
/system/bt/btif/include/ |
D | btif_gatt_util.h | 25 void btif_to_bta_uuid(tBT_UUID *p_dest, bt_uuid_t *p_src);
|
/system/bt/btif/src/ |
D | btif_gatt_util.c | 82 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()
|
D | btif_gatt_server.c | 378 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()
|
D | btif_gatt_test.c | 275 btif_to_bta_uuid(¶m.service, params->uuid1); in btif_gattc_test_command_impl()
|
D | btif_gatt_client.c | 1166 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()
|
D | btif_gatt_multi_adv_util.c | 405 btif_to_bta_uuid(&bt_uuid, &uuid); in btif_gattc_copy_datacb()
|