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

/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_devctl.c119 static void btm_decode_ext_features_page (UINT8 page_number, const BD_FEATURES p_features);
986 static void btm_decode_ext_features_page (UINT8 page_number, const UINT8 *p_features) argument
1001 if (HCI_3_SLOT_PACKETS_SUPPORTED(p_features))
1005 if (HCI_5_SLOT_PACKETS_SUPPORTED(p_features))
1014 if (!HCI_EDR_ACL_2MPS_SUPPORTED(p_features))
1021 if (!HCI_EDR_ACL_3MPS_SUPPORTED(p_features))
1029 if (HCI_EDR_ACL_2MPS_SUPPORTED(p_features) ||
1030 HCI_EDR_ACL_3MPS_SUPPORTED(p_features))
1032 if (!HCI_3_SLOT_EDR_ACL_SUPPORTED(p_features))
1036 if (!HCI_5_SLOT_EDR_ACL_SUPPORTED(p_features))
[all...]
H A Dbtm_pm.c187 UINT8 *p_features; local
216 p_features = BTM_ReadLocalFeatures();
217 if( !(p_features[ btm_pm_mode_off[ind] ] & btm_pm_mode_msk[ind] ) )
H A Dbtm_sec.c1166 UINT8 *p_features; local
1262 p_features = p_dev_rec->features[ii];
1264 ii, p_features[0], p_features[1], p_features[2], p_features[3]);
1266 p_features[4], p_features[5], p_features[6], p_features[
[all...]
H A Dbtm_acl.c1643 evt_data.conn.p_features = p_acl_cb->peer_lmp_features[HCI_EXT_FEATURES_PAGE_0];
/external/bluetooth/bluedroid/stack/l2cap/
H A Dl2c_utils.c2330 UINT8 *p_features; local
2335 p_features = BTM_ReadLocalFeatures();
2343 && HCI_SWITCH_SUPPORTED(p_features))
/external/bluetooth/bluedroid/stack/include/
H A Dbtm_api.h840 UINT8 *p_features; /* pointer to the remote device's features page[0] (supported features page) */ member in struct:__anon1416

Completed in 147 milliseconds