Lines Matching refs:Server
537 Server::Server() : internal_(nullptr) {} in Server() function in bluetooth::gatt::Server
539 Server::~Server() {} in ~Server()
541 bool Server::Initialize(const UUID& service_id, int* gatt_pipe) { in Initialize()
576 bool Server::SetAdvertisement(const std::vector<UUID>& ids, in SetAdvertisement()
610 bool Server::SetScanResponse(const std::vector<UUID>& ids, in SetScanResponse()
644 bool Server::AddCharacteristic( in AddCharacteristic()
660 bool Server::AddBlob(const UUID &id, const UUID &control_id, int properties, in AddBlob()
699 bool Server::Start() { in Start()
712 bool Server::Stop() { in Stop()
725 bool Server::ScanEnable() { in ScanEnable()
734 bool Server::ScanDisable() { in ScanDisable()
743 bool Server::GetScanResults(ScanResults *results) { in GetScanResults()
749 bool Server::SetCharacteristicValue(const UUID &id, in SetCharacteristicValue()
772 bool Server::GetCharacteristicValue(const UUID &id, std::vector<uint8_t> *value) { in GetCharacteristicValue()