Home
last modified time | relevance | path

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

/system/bt/bta/dm/
Dbta_dm_pm.c477 if( ((NULL != (p = BTM_ReadLocalFeatures ())) && HCI_SNIFF_SUB_RATE_SUPPORTED(p)) && in bta_dm_pm_cback()
772 (HCI_SNIFF_SUB_RATE_SUPPORTED(BTM_ReadLocalFeatures ()) && p_rem_feat && in bta_dm_pm_sniff()
Dbta_dm_act.c3251 if (((NULL != (p = BTM_ReadLocalFeatures ())) && HCI_SNIFF_SUB_RATE_SUPPORTED(p)) && in bta_dm_acl_change()
/system/bt/stack/btm/
Dbtm_devctl.c607 UINT8 *BTM_ReadLocalFeatures (void) in BTM_ReadLocalFeatures() function
Dbtm_pm.c209 p_features = BTM_ReadLocalFeatures(); in BTM_SetPowerMode()
Dbtm_acl.c821 UINT8 *localFeatures = BTM_ReadLocalFeatures(); in BTM_SetLinkPolicy()
869 UINT8 *localFeatures = BTM_ReadLocalFeatures(); in BTM_SetDefaultLinkPolicy()
/system/bt/doc/
Dpower_management.md139 called, which makes various calls to `BTM_ReadLocalFeatures`,
/system/bt/stack/l2cap/
Dl2c_utils.c819 if (HCI_NON_FLUSHABLE_PB_SUPPORTED(BTM_ReadLocalFeatures ())) in l2cu_send_peer_config_rej()
2332 if (HCI_SWITCH_SUPPORTED(BTM_ReadLocalFeatures())) in l2cu_create_conn()
2405 p_features = BTM_ReadLocalFeatures(); in l2cu_create_conn_after_switch()
Dl2c_api.c2242 if ( (HCI_NON_FLUSHABLE_PB_SUPPORTED(BTM_ReadLocalFeatures ())) in L2CA_FlushChannel()
/system/bt/stack/include/
Dbtm_api.h2005 extern UINT8 *BTM_ReadLocalFeatures (void);