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