Searched refs:enhanced (Results 1 – 15 of 15) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/external/sbc/decoder/srce/ |
D | decoder-oina.c | 42 OI_BOOL enhanced, in OI_CODEC_SBC_DecoderConfigureRaw() argument 54 if (enhanced) { in OI_CODEC_SBC_DecoderConfigureRaw() 81 context->common.frameInfo.enhanced = enhanced; in OI_CODEC_SBC_DecoderConfigureRaw() 83 context->common.frameInfo.enhanced = FALSE; in OI_CODEC_SBC_DecoderConfigureRaw() 119 OI_BOOL enhanced, in OI_CODEC_SBC_DecoderLimit() argument 122 if (enhanced) { in OI_CODEC_SBC_DecoderLimit()
|
D | decoder-sbc.c | 73 context->common.frameInfo.enhanced = (**frameData == OI_SBC_ENHANCED_SYNCWORD); in FindSyncword() 92 context->common.frameInfo.enhanced = FALSE; in FindSyncword() 233 OI_BOOL enhanced, in OI_CODEC_SBC_DecoderReset() argument 236 …ecoderReset(context, decoderData, decoderDataBytes, maxChannels, pcmStride, enhanced, msbc_enable); in OI_CODEC_SBC_DecoderReset() 312 …if ((context->common.frameInfo.bitpool < SBC_MIN_BITPOOL) && !context->common.frameInfo.enhanced) { in OI_CODEC_SBC_DecodeFrame()
|
D | decoder-private.c | 50 OI_BOOL enhanced, in internal_DecoderReset() argument 61 context->enhancedEnabled = enhanced ? TRUE : FALSE; in internal_DecoderReset() 64 if (enhanced) { in internal_DecoderReset()
|
D | framing-sbc.c | 46 printf(" enhanced: %s\n", frameInfo->enhanced ? "TRUE" : "FALSE"); in OI_CODEC_SBC_DumpConfig()
|
D | synthesis-sbc.c | 385 } else if (context->common.frameInfo.enhanced) { in OI_SBC_SynthFrame()
|
/hal_espressif-latest/components/bt/host/bluedroid/external/sbc/decoder/include/ |
D | oi_codec_sbc.h | 149 OI_UINT8 enhanced; member 243 OI_BOOL enhanced, 266 OI_BOOL enhanced, 296 OI_BOOL enhanced,
|
D | oi_codec_sbc_private.h | 173 OI_BOOL enhanced,
|
/hal_espressif-latest/components/heap/ |
D | Kconfig | 85 enhanced.
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/ |
D | btm_ble.c | 2025 void btm_ble_conn_complete(UINT8 *p, UINT16 evt_len, BOOLEAN enhanced) argument 2044 if (enhanced) { 2080 temp_enhanced = enhanced; 2097 if (enhanced) {
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/include/ |
D | btm_ble_int.h | 413 void btm_ble_conn_complete(UINT8 *p, UINT16 evt_len, BOOLEAN enhanced);
|
/hal_espressif-latest/components/bt/controller/esp32/ |
D | Kconfig.in | 410 bool "Enable enhanced Access Address check in CONNECT_IND"
|
/hal_espressif-latest/components/bt/controller/esp32c2/ |
D | Kconfig.in | 663 bool "Enable enhanced Access Address check in CONNECT_IND"
|
/hal_espressif-latest/components/bt/controller/esp32c3/ |
D | Kconfig.in | 547 bool "Enable enhanced Access Address check in CONNECT_IND"
|
/hal_espressif-latest/components/bt/controller/esp32c6/ |
D | Kconfig.in | 694 bool "Enable enhanced Access Address check in CONNECT_IND"
|
/hal_espressif-latest/components/bt/controller/esp32h2/ |
D | Kconfig.in | 695 bool "Enable enhanced Access Address check in CONNECT_IND"
|