Home
last modified time | relevance | path

Searched refs:profile (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_ag/
Dbta_ag_sdp.c214 if (bta_ag_cb.profile[i].sdp_handle == 0) { in bta_ag_create_records()
215 bta_ag_cb.profile[i].sdp_handle = SDP_CreateRecord(); in bta_ag_create_records()
216 bta_ag_cb.profile[i].scn = BTM_AllocateSCN(); in bta_ag_create_records()
218 bta_ag_cb.profile[i].scn, p_data->api_register.features, in bta_ag_create_records()
219 bta_ag_cb.profile[i].sdp_handle); in bta_ag_create_records()
264 if (bta_ag_cb.profile[i].sdp_handle != 0) { in bta_ag_del_records()
265 SDP_DeleteRecord(bta_ag_cb.profile[i].sdp_handle); in bta_ag_del_records()
266 bta_ag_cb.profile[i].sdp_handle = 0; in bta_ag_del_records()
268 BTM_FreeSCN(bta_ag_cb.profile[i].scn); in bta_ag_del_records()
Dbta_ag_rfc.c282 BT_PSM_RFCOMM, BTM_SEC_PROTO_RFCOMM, bta_ag_cb.profile[i].scn); in bta_ag_start_servers()
284 bta_ag_port_status = RFCOMM_CreateConnection(bta_ag_uuid[i], bta_ag_cb.profile[i].scn, in bta_ag_start_servers()
/hal_espressif-latest/components/bt/
DCMakeLists.txt58 common/btc/profile/esp/blufi/include
59 common/btc/profile/esp/include
69 "common/btc/profile/esp/blufi/blufi_prf.c"
70 "common/btc/profile/esp/blufi/blufi_protocol.c"
110 host/bluedroid/btc/profile/esp/include
111 host/bluedroid/btc/profile/std/a2dp/include
112 host/bluedroid/btc/profile/std/include
225 "host/bluedroid/btc/profile/std/a2dp/bta_av_co.c"
226 "host/bluedroid/btc/profile/std/a2dp/btc_a2dp.c"
227 "host/bluedroid/btc/profile/std/a2dp/btc_a2dp_control.c"
[all …]
/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_ag/include/
Dbta_ag_int.h350 tBTA_AG_PROFILE profile[BTA_AG_NUM_IDX]; /* profile-specific data */ member
/hal_espressif-latest/components/mbedtls/port/mbedtls_rom/
Dmbedtls_rom_osi.h360 …crt *trust_ca, mbedtls_x509_crl *ca_crl, const mbedtls_x509_crt_profile *profile, const char *cn, …