Home
last modified time | relevance | path

Searched refs:sdp_uuid (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-2.7.6/components/bt/host/bluedroid/api/
Desp_spp_api.c29 static tSDP_UUID sdp_uuid; variable
73 sdp_uuid.len = 16; in esp_spp_start_discovery()
74 memcpy(sdp_uuid.uu.uuid128, UUID_SPP, sizeof(sdp_uuid.uu.uuid128)); in esp_spp_start_discovery()
86 arg.start_discovery.p_uuid_list = &sdp_uuid; in esp_spp_start_discovery()
/hal_espressif-2.7.6/components/bt/host/bluedroid/btc/profile/std/gap/
Dbtc_gap_bt.c127 tSDP_UUID sdp_uuid; in btc_gap_bt_get_remote_service_record() local
129 sdp_uuid.len = uuid->len; in btc_gap_bt_get_remote_service_record()
130 memcpy(&sdp_uuid.uu, &uuid->uuid, uuid->len); in btc_gap_bt_get_remote_service_record()
132 BTA_DmDiscoverUUID(remote_bda->address, &sdp_uuid, in btc_gap_bt_get_remote_service_record()
/hal_espressif-2.7.6/components/bt/host/bluedroid/bta/av/
Dbta_av_aact.c888 UINT16 sdp_uuid = 0; /* UUID for which SDP has to be done */ in bta_av_do_disc_a2d() local
972 sdp_uuid = UUID_SERVCLASS_AUDIO_SOURCE; in bta_av_do_disc_a2d()
974 sdp_uuid = UUID_SERVCLASS_AUDIO_SINK; in bta_av_do_disc_a2d()
977 APPL_TRACE_DEBUG("uuid_int 0x%x, Doing SDP For 0x%x", p_scb->uuid_int, sdp_uuid); in bta_av_do_disc_a2d()
978 if (A2D_FindService(sdp_uuid, p_scb->peer_addr, &db_params, in bta_av_do_disc_a2d()