Lines Matching refs:Server
531 Server::Server() : internal_(nullptr) {} in Server() function in bluetooth::gatt::Server
533 Server::~Server() {} in ~Server()
535 bool Server::Initialize(const Uuid& service_id, int* gatt_pipe) { in Initialize()
569 bool Server::SetAdvertisement(const std::vector<Uuid>& ids, in SetAdvertisement()
595 bool Server::SetScanResponse(const std::vector<Uuid>& ids, in SetScanResponse()
623 bool Server::AddCharacteristic(const Uuid& id, int properties, in AddCharacteristic()
639 bool Server::AddBlob(const Uuid& id, const Uuid& control_id, int properties, in AddBlob()
662 bool Server::Start() { in Start()
675 bool Server::Stop() { in Stop()
688 bool Server::ScanEnable() { in ScanEnable()
693 bool Server::ScanDisable() { in ScanDisable()
698 bool Server::GetScanResults(ScanResults* results) { in GetScanResults()
704 bool Server::SetCharacteristicValue(const Uuid& id, in SetCharacteristicValue()
721 bool Server::GetCharacteristicValue(const Uuid& id, in GetCharacteristicValue()