Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/a2dp/include/
Dbtc_av_co.h66 tBTA_AV_CO_PEER peers[BTA_AV_NUM_STRS]; member
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/a2dp/
Dbta_av_co.c202 if (index >= BTA_AV_CO_NUM_ELEMENTS(bta_av_co_cb.peers)) { in bta_av_co_get_peer()
207 return &bta_av_co_cb.peers[index]; in bta_av_co_get_peer()
1412 for (index = 0; index < BTA_AV_CO_NUM_ELEMENTS(bta_av_co_cb.peers); index++) { in bta_av_co_audio_codec_supported()
1413 p_peer = &bta_av_co_cb.peers[index]; in bta_av_co_audio_codec_supported()
1598 for (index = 0; index < BTA_AV_CO_NUM_ELEMENTS(bta_av_co_cb.peers); index++) { in bta_av_co_audio_get_sbc_config()
1599 p_peer = &bta_av_co_cb.peers[index]; in bta_av_co_audio_get_sbc_config()
/hal_espressif-latest/components/esp_wifi/
DKconfig448 int "Maximum espnow encrypt peers number"
454 Maximum number of encrypted peers supported by espnow.
457 …Maximum espnow encrypted peers number + maximum number of connections of SoftAP = Max hardware key…