Searched refs:BD_FEATURES (Results 1 – 3 of 3) sorted by relevance
/packages/modules/Bluetooth/system/stack/test/btm/ |
D | peer_packet_types_test.cc | 45 const BD_FEATURES bd_features = {0xff, 0xff, 0xff, 0xff, in TEST_F() 53 const BD_FEATURES bd_features = {0x01, 0x00, 0x00, 0x00, 61 const BD_FEATURES bd_features = {0x02, 0x00, 0x00, 0x00, 69 const BD_FEATURES bd_features = {0x00, 0x00, 0x00, 0x02, 77 const BD_FEATURES bd_features = {0x00, 0x00, 0x00, 0x04,
|
/packages/modules/Bluetooth/system/stack/acl/ |
D | peer_packet_types.h | 23 BD_FEATURES[BD_FEATURES_LEN]; /* LMP features supported by device */ typedef 26 inline std::string bd_features_text(const BD_FEATURES& features) { in bd_features_text() 47 PeerPacketTypes(const BD_FEATURES& features) { in PeerPacketTypes()
|
D | acl.h | 174 BD_FEATURES peer_le_features; 176 BD_FEATURES peer_lmp_feature_pages[HCI_EXT_FEATURES_PAGE_MAX + 1];
|