Lines Matching refs:Server
529 Server::Server() : internal_(nullptr) {} in Server() function in bluetooth::gatt::Server
531 Server::~Server() {} in ~Server()
533 bool Server::Initialize(const Uuid& service_id, int* gatt_pipe) { in Initialize()
566 bool Server::SetAdvertisement(const std::vector<Uuid>& ids, in SetAdvertisement()
592 bool Server::SetScanResponse(const std::vector<Uuid>& ids, in SetScanResponse()
620 bool Server::AddCharacteristic(const Uuid& id, int properties, in AddCharacteristic()
636 bool Server::AddBlob(const Uuid& id, const Uuid& control_id, int properties, in AddBlob()
659 bool Server::Start() { in Start()
672 bool Server::Stop() { in Stop()
685 bool Server::ScanEnable() { in ScanEnable()
690 bool Server::ScanDisable() { in ScanDisable()
695 bool Server::GetScanResults(ScanResults* results) { in GetScanResults()
701 bool Server::SetCharacteristicValue(const Uuid& id, in SetCharacteristicValue()
718 bool Server::GetCharacteristicValue(const Uuid& id, in GetCharacteristicValue()