Lines Matching refs:Server
532 Server::Server() : internal_(nullptr) {} in Server() function in bluetooth::gatt::Server
534 Server::~Server() {} in ~Server()
536 bool Server::Initialize(const Uuid& service_id, int* gatt_pipe) { in Initialize()
570 bool Server::SetAdvertisement(const std::vector<Uuid>& ids, in SetAdvertisement()
596 bool Server::SetScanResponse(const std::vector<Uuid>& ids, in SetScanResponse()
624 bool Server::AddCharacteristic(const Uuid& id, int properties, in AddCharacteristic()
640 bool Server::AddBlob(const Uuid& id, const Uuid& control_id, int properties, in AddBlob()
663 bool Server::Start() { in Start()
676 bool Server::Stop() { in Stop()
689 bool Server::ScanEnable() { in ScanEnable()
694 bool Server::ScanDisable() { in ScanDisable()
699 bool Server::GetScanResults(ScanResults* results) { in GetScanResults()
705 bool Server::SetCharacteristicValue(const Uuid& id, in SetCharacteristicValue()
724 bool Server::GetCharacteristicValue(const Uuid& id, in GetCharacteristicValue()