Home
last modified time | relevance | path

Searched refs:GetCharacteristicValue (Results 1 – 3 of 3) sorted by relevance

/system/bt/service/
Dgatt_server_old.h101 bool GetCharacteristicValue(const UUID &id, std::vector<uint8_t> *value);
Dgatt_server_old.cpp772 bool Server::GetCharacteristicValue(const UUID &id, std::vector<uint8_t> *value) { in GetCharacteristicValue() function in bluetooth::gatt::Server
/system/bt/service/ipc/
Dlinux_ipc_host.cpp324 server->second->GetCharacteristicValue(UUID(id), &value); in OnGattWrite()