Home
last modified time | relevance | path

Searched refs:l2cu_plcb_active_count (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/btc/core/
Dbtc_main.c192 extern uint8_t l2cu_plcb_active_count(void); in btc_get_ble_status()
193 if (l2cu_plcb_active_count()) { in btc_get_ble_status()
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/include/
Dl2c_int.h602 extern uint8_t l2cu_plcb_active_count(void);
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_ble.c245 if(l2cu_plcb_active_count() >1 && !(enable && is_disable)) { in L2CA_EnableUpdateBleConnParams()
Dl2c_utils.c339 uint8_t l2cu_plcb_active_count(void) in l2cu_plcb_active_count() function