Home
last modified time | relevance | path

Searched refs:BTM_ReadLocalFeatures (Results 1 – 8 of 8) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/bta/dm/
Dbta_dm_pm.c430 if ( ((NULL != (p = BTM_ReadLocalFeatures ())) && HCI_SNIFF_SUB_RATE_SUPPORTED(p)) && in bta_dm_pm_cback()
688 (HCI_SNIFF_SUB_RATE_SUPPORTED(BTM_ReadLocalFeatures ()) && p_rem_feat && in bta_dm_pm_sniff()
Dbta_dm_act.c3637 if (((NULL != (p = BTM_ReadLocalFeatures ())) && HCI_SNIFF_SUB_RATE_SUPPORTED(p)) && in bta_dm_acl_change()
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_pm.c205 p_features = BTM_ReadLocalFeatures(); in BTM_SetPowerMode()
Dbtm_devctl.c619 UINT8 *BTM_ReadLocalFeatures (void) in BTM_ReadLocalFeatures() function
Dbtm_acl.c859 UINT8 *localFeatures = BTM_ReadLocalFeatures(); in BTM_SetLinkPolicy()
903 UINT8 *localFeatures = BTM_ReadLocalFeatures(); in BTM_SetDefaultLinkPolicy()
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_utils.c880 if (HCI_NON_FLUSHABLE_PB_SUPPORTED(BTM_ReadLocalFeatures ())) { in l2cu_send_peer_config_rej()
2314 if (HCI_SWITCH_SUPPORTED(BTM_ReadLocalFeatures())) { in l2cu_create_conn()
2381 p_features = BTM_ReadLocalFeatures(); in l2cu_create_conn_after_switch()
Dl2c_api.c2265 if ( (HCI_NON_FLUSHABLE_PB_SUPPORTED(BTM_ReadLocalFeatures ())) in L2CA_FlushChannel()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dbtm_api.h2095 UINT8 *BTM_ReadLocalFeatures (void);