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

  /external/bluetooth/bluedroid/stack/btm/
btm_devctl.c 118 static void btm_decode_ext_features_page (UINT8 page_number, const BD_FEATURES p_features);
927 static void btm_decode_ext_features_page (UINT8 page_number, const UINT8 *p_features)
942 if (HCI_3_SLOT_PACKETS_SUPPORTED(p_features))
946 if (HCI_5_SLOT_PACKETS_SUPPORTED(p_features))
955 if (!HCI_EDR_ACL_2MPS_SUPPORTED(p_features))
962 if (!HCI_EDR_ACL_3MPS_SUPPORTED(p_features))
970 if (HCI_EDR_ACL_2MPS_SUPPORTED(p_features) ||
971 HCI_EDR_ACL_3MPS_SUPPORTED(p_features))
973 if (!HCI_3_SLOT_EDR_ACL_SUPPORTED(p_features))
977 if (!HCI_5_SLOT_EDR_ACL_SUPPORTED(p_features))
    [all...]
btm_pm.c 187 UINT8 *p_features; local
216 p_features = BTM_ReadLocalFeatures();
217 if( !(p_features[ btm_pm_mode_off[ind] ] & btm_pm_mode_msk[ind] ) )
btm_sec.c 1053 UINT8 *p_features; local
    [all...]
btm_acl.c     [all...]
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_utils.c 2222 UINT8 *p_features; local
    [all...]
  /external/bluetooth/bluedroid/stack/include/
btm_api.h 839 UINT8 *p_features; \/* pointer to the remote device's features page[0] (supported features page) *\/ member in struct:__anon3694
    [all...]

Completed in 159 milliseconds