Searched defs:ApcfCommand (Results 1 – 1 of 1) sorted by relevance
91 struct ApcfCommand { struct92 uint8_t type;93 RawAddress address;94 uint8_t addr_type;95 bluetooth::Uuid uuid;96 bluetooth::Uuid uuid_mask;97 std::vector<uint8_t> name;98 uint16_t company;99 uint16_t company_mask;100 std::vector<uint8_t> data;[all …]