Home
last modified time | relevance | path

Searched refs:p_features (Results 1 – 6 of 6) sorted by relevance

/system/bt/stack/btm/
Dbtm_devctl.cc69 const BD_FEATURES p_features);
274 const uint8_t* p_features) { in btm_decode_ext_features_page() argument
284 if (HCI_3_SLOT_PACKETS_SUPPORTED(p_features)) in btm_decode_ext_features_page()
288 if (HCI_5_SLOT_PACKETS_SUPPORTED(p_features)) in btm_decode_ext_features_page()
293 if (!HCI_EDR_ACL_2MPS_SUPPORTED(p_features)) { in btm_decode_ext_features_page()
299 if (!HCI_EDR_ACL_3MPS_SUPPORTED(p_features)) { in btm_decode_ext_features_page()
306 if (HCI_EDR_ACL_2MPS_SUPPORTED(p_features) || in btm_decode_ext_features_page()
307 HCI_EDR_ACL_3MPS_SUPPORTED(p_features)) { in btm_decode_ext_features_page()
308 if (!HCI_3_SLOT_EDR_ACL_SUPPORTED(p_features)) in btm_decode_ext_features_page()
313 if (!HCI_5_SLOT_EDR_ACL_SUPPORTED(p_features)) in btm_decode_ext_features_page()
[all …]
Dbtm_pm.cc149 uint8_t* p_features; in BTM_SetPowerMode() local
179 p_features = BTM_ReadLocalFeatures(); in BTM_SetPowerMode()
180 if (!(p_features[btm_pm_mode_off[ind]] & btm_pm_mode_msk[ind])) { in BTM_SetPowerMode()
Dbtm_sec.cc880 uint8_t* p_features; in btm_sec_bond_by_transport() local
972 p_features = p_dev_rec->feature_pages[ii]; in btm_sec_bond_by_transport()
974 p_features[0], p_features[1], p_features[2], p_features[3]); in btm_sec_bond_by_transport()
976 p_features[4], p_features[5], p_features[6], p_features[7]); in btm_sec_bond_by_transport()
Dbtm_acl.cc1233 evt_data.conn.p_features = p_acl_cb->peer_lmp_feature_pages[0]; in btm_establish_continue()
/system/bt/stack/l2cap/
Dl2c_utils.cc2223 uint8_t* p_features; in l2cu_create_conn_after_switch() local
2228 p_features = BTM_ReadLocalFeatures(); in l2cu_create_conn_after_switch()
2238 HCI_SWITCH_SUPPORTED(p_features)) in l2cu_create_conn_after_switch()
/system/bt/stack/include/
Dbtm_api_types.h842 uint8_t* p_features; /* pointer to the remote device's features page[0] member