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

/system/bt/stack/btm/
H A Dbtm_devctl.cc550 * Function BTM_ReadLocalFeatures
558 uint8_t* BTM_ReadLocalFeatures(void) { function
H A Dbtm_pm.cc179 p_features = BTM_ReadLocalFeatures();
H A Dbtm_acl.cc733 uint8_t* localFeatures = BTM_ReadLocalFeatures();
786 uint8_t* localFeatures = BTM_ReadLocalFeatures();
/system/bt/stack/include/
H A Dbtm_api.h136 * Function BTM_ReadLocalFeatures
143 extern uint8_t* BTM_ReadLocalFeatures(void);
/system/bt/bta/dm/
H A Dbta_dm_pm.cc451 if (((NULL != (p = BTM_ReadLocalFeatures())) &&
702 (HCI_SNIFF_SUB_RATE_SUPPORTED(BTM_ReadLocalFeatures()) && p_rem_feat &&
H A Dbta_dm_act.cc2728 if (((NULL != (p = BTM_ReadLocalFeatures())) &&
/system/bt/stack/l2cap/
H A Dl2c_utils.cc758 if (HCI_NON_FLUSHABLE_PB_SUPPORTED(BTM_ReadLocalFeatures())) {
2163 if (HCI_SWITCH_SUPPORTED(BTM_ReadLocalFeatures())) {
2229 p_features = BTM_ReadLocalFeatures();
H A Dl2c_api.cc2204 if ((HCI_NON_FLUSHABLE_PB_SUPPORTED(BTM_ReadLocalFeatures())) &&

Completed in 864 milliseconds