Searched defs:bd_features (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/packages/modules/Bluetooth/system/stack/test/btm/ |
D | peer_packet_types_test.cc | 45 const BD_FEATURES bd_features = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; in TEST_F() local 52 const BD_FEATURES bd_features = {0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}; variable 59 const BD_FEATURES bd_features = {0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}; variable 66 const BD_FEATURES bd_features = {0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00}; variable 73 const BD_FEATURES bd_features = {0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x00}; variable
|