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