Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/btm/
Dbtm_devctl.c412 if ( HCI_NON_FLUSHABLE_PB_SUPPORTED(p_features)) { in btm_decode_ext_features_page()
/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/l2cap/
Dl2c_api.c2208 if ( (HCI_NON_FLUSHABLE_PB_SUPPORTED(BTM_ReadLocalFeatures ())) in L2CA_FlushChannel()
Dl2c_utils.c876 if (HCI_NON_FLUSHABLE_PB_SUPPORTED(BTM_ReadLocalFeatures ())) { in l2cu_send_peer_config_rej()
/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/include/stack/
Dhcidefs.h1792 #define HCI_NON_FLUSHABLE_PB_SUPPORTED(x) (0)//((x)[HCI_FEATURE_NON_FLUSHABLE_PB_OFF] & HCI_FE… macro