Home
last modified time | relevance | path

Searched refs:ESP_A2D_CIE_LEN_SBC (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-3.6.0/components/bt/host/bluedroid/api/include/api/
Desp_a2dp_api.h38 #define ESP_A2D_CIE_LEN_SBC (4) macro
43 uint8_t sbc[ESP_A2D_CIE_LEN_SBC]; /*!< SBC codec capabilities */
/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/std/a2dp/
Dbtc_av.c1270 memcpy(arg.mcc.cie.sbc, (uint8_t *)p_data + 3, ESP_A2D_CIE_LEN_SBC); in bte_av_media_callback()