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

  /system/bt/stack/btm/
btm_acl.c 288 memcpy (p->peer_lmp_features, p_dev_rec->features,
    [all...]
btm_int.h 69 #define BTM_EPR_AVAILABLE(p) ((HCI_ATOMIC_ENCRYPT_SUPPORTED((p)->peer_lmp_features[HCI_EXT_FEATURES_PAGE_0]) && \
89 BD_FEATURES peer_lmp_features[HCI_EXT_FEATURES_PAGE_MAX + 1]; /* Peer LMP Extended features mask table for the device */ member in struct:__anon69338
    [all...]
btm_sco.c 423 if (!HCI_EDR_ESCO_2MPS_SUPPORTED(p_acl->peer_lmp_features[HCI_EXT_FEATURES_PAGE_0]))
430 if (!HCI_EDR_ESCO_3MPS_SUPPORTED(p_acl->peer_lmp_features[HCI_EXT_FEATURES_PAGE_0]))
    [all...]
btm_sec.c     [all...]

Completed in 239 milliseconds