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.cc451 if (((NULL != (p = BTM_ReadLocalFeatures())) && in bta_dm_pm_cback()
702 (HCI_SNIFF_SUB_RATE_SUPPORTED(BTM_ReadLocalFeatures()) && p_rem_feat &&
Dbta_dm_act.cc2728 if (((NULL != (p = BTM_ReadLocalFeatures())) && in bta_dm_acl_change()
/system/bt/stack/include/
Dbtm_api.h143 extern uint8_t* BTM_ReadLocalFeatures(void);
/system/bt/stack/btm/
Dbtm_devctl.cc558 uint8_t* BTM_ReadLocalFeatures(void) { in BTM_ReadLocalFeatures() function
Dbtm_pm.cc179 p_features = BTM_ReadLocalFeatures(); in BTM_SetPowerMode()
Dbtm_acl.cc733 uint8_t* localFeatures = BTM_ReadLocalFeatures(); in BTM_SetLinkPolicy()
786 uint8_t* 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.cc758 if (HCI_NON_FLUSHABLE_PB_SUPPORTED(BTM_ReadLocalFeatures())) { in l2cu_send_peer_config_rej()
2163 if (HCI_SWITCH_SUPPORTED(BTM_ReadLocalFeatures())) { in l2cu_create_conn()
2229 p_features = BTM_ReadLocalFeatures(); in l2cu_create_conn_after_switch()
Dl2c_api.cc2204 if ((HCI_NON_FLUSHABLE_PB_SUPPORTED(BTM_ReadLocalFeatures())) && in L2CA_FlushChannel()