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

  /external/bluetooth/bluedroid/stack/btm/
btm_acl.c 300 memcpy (p->peer_lmp_features, p_dev_rec->features,
    [all...]
btm_int.h 71 #define BTM_EPR_AVAILABLE(p) ((HCI_ATOMIC_ENCRYPT_SUPPORTED((p)->peer_lmp_features[HCI_EXT_FEATURES_PAGE_0]) && \
92 BD_FEATURES peer_lmp_features[HCI_EXT_FEATURES_PAGE_MAX + 1]; /* Peer LMP Extended features mask table for the device */ member in struct:__anon5858
    [all...]
btm_sco.c 437 if (!HCI_EDR_ESCO_2MPS_SUPPORTED(p_acl->peer_lmp_features[HCI_EXT_FEATURES_PAGE_0]))
444 if (!HCI_EDR_ESCO_3MPS_SUPPORTED(p_acl->peer_lmp_features[HCI_EXT_FEATURES_PAGE_0]))
    [all...]

Completed in 473 milliseconds