Searched refs:GetCharacteristicValue (Results 1 – 3 of 3) sorted by relevance
101 bool GetCharacteristicValue(const UUID &id, std::vector<uint8_t> *value);
772 bool Server::GetCharacteristicValue(const UUID &id, std::vector<uint8_t> *value) { in GetCharacteristicValue() function in bluetooth::gatt::Server
324 server->second->GetCharacteristicValue(UUID(id), &value); in OnGattWrite()