Home
last modified time | relevance | path

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

/system/bt/stack/btm/
Dbtm_devctl.c67 static void btm_decode_ext_features_page (UINT8 page_number, const BD_FEATURES p_features);
269 static void btm_decode_ext_features_page (UINT8 page_number, const UINT8 *p_features) in btm_decode_ext_features_page() argument
281 if (HCI_3_SLOT_PACKETS_SUPPORTED(p_features)) in btm_decode_ext_features_page()
285 if (HCI_5_SLOT_PACKETS_SUPPORTED(p_features)) in btm_decode_ext_features_page()
290 if (!HCI_EDR_ACL_2MPS_SUPPORTED(p_features)) in btm_decode_ext_features_page()
297 if (!HCI_EDR_ACL_3MPS_SUPPORTED(p_features)) in btm_decode_ext_features_page()
305 if (HCI_EDR_ACL_2MPS_SUPPORTED(p_features) || in btm_decode_ext_features_page()
306 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()
312 if (!HCI_5_SLOT_EDR_ACL_SUPPORTED(p_features)) in btm_decode_ext_features_page()
[all …]
Dbtm_pm.c181 UINT8 *p_features; in BTM_SetPowerMode() local
209 p_features = BTM_ReadLocalFeatures(); in BTM_SetPowerMode()
210 if( !(p_features[ btm_pm_mode_off[ind] ] & btm_pm_mode_msk[ind] ) ) in BTM_SetPowerMode()
Dbtm_sec.c977 UINT8 *p_features; in btm_sec_bond_by_transport() local
1073 p_features = p_dev_rec->features[ii]; in btm_sec_bond_by_transport()
1075 ii, p_features[0], p_features[1], p_features[2], p_features[3]); in btm_sec_bond_by_transport()
1077 p_features[4], p_features[5], p_features[6], p_features[7]); in btm_sec_bond_by_transport()
Dbtm_acl.c1278 evt_data.conn.p_features = p_acl_cb->peer_lmp_features[HCI_EXT_FEATURES_PAGE_0]; in btm_establish_continue()
/system/bt/stack/l2cap/
Dl2c_utils.c2400 UINT8 *p_features; in l2cu_create_conn_after_switch() local
2405 p_features = BTM_ReadLocalFeatures(); in l2cu_create_conn_after_switch()
2413 && HCI_SWITCH_SUPPORTED(p_features)) in l2cu_create_conn_after_switch()
/system/bt/stack/include/
Dbtm_api.h808 …UINT8 *p_features; /* pointer to the remote device's features page[0] (supported features… member