HomeSort by relevance Sort by last modified time
    Searched refs:p_features (Results 1 - 6 of 6) sorted by null

  /system/bt/stack/btm/
btm_devctl.c 67 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)
281 if (HCI_3_SLOT_PACKETS_SUPPORTED(p_features))
285 if (HCI_5_SLOT_PACKETS_SUPPORTED(p_features))
290 if (!HCI_EDR_ACL_2MPS_SUPPORTED(p_features))
297 if (!HCI_EDR_ACL_3MPS_SUPPORTED(p_features))
305 if (HCI_EDR_ACL_2MPS_SUPPORTED(p_features) ||
306 HCI_EDR_ACL_3MPS_SUPPORTED(p_features))
308 if (!HCI_3_SLOT_EDR_ACL_SUPPORTED(p_features))
312 if (!HCI_5_SLOT_EDR_ACL_SUPPORTED(p_features))
    [all...]
btm_pm.c 181 UINT8 *p_features; local
209 p_features = BTM_ReadLocalFeatures();
210 if( !(p_features[ btm_pm_mode_off[ind] ] & btm_pm_mode_msk[ind] ) )
    [all...]
btm_sec.c 977 UINT8 *p_features; local
    [all...]
btm_acl.c     [all...]
  /system/bt/stack/l2cap/
l2c_utils.c 2400 UINT8 *p_features; local
    [all...]
  /system/bt/stack/include/
btm_api.h 808 UINT8 *p_features; \/* pointer to the remote device's features page[0] (supported features page) *\/ member in struct:__anon72630
    [all...]

Completed in 42 milliseconds