Searched refs:gatt_servers_ (Results 1 – 2 of 2) sorted by relevance
108 gatt_servers_[service_uuid] = std::unique_ptr<Server>(new Server); in OnCreateService()111 bool status = gatt_servers_[service_uuid]->Initialize( in OnCreateService()123 gatt_servers_.erase(service_uuid); in OnDestroyService()157 gatt_servers_[service_uuid]->AddCharacteristic( in OnAddCharacteristic()161 gatt_servers_[service_uuid]->AddBlob(Uuid::FromString(characteristic_uuid), in OnAddCharacteristic()174 gatt_servers_[service_uuid]->SetCharacteristicValue( in OnSetCharacteristicValue()204 gatt_servers_[service_uuid]->SetAdvertisement(ids, decoded_advertise_data, in OnSetAdvertisement()232 gatt_servers_[service_uuid]->SetScanResponse(ids, decoded_advertise_data, in OnSetScanResponse()239 return gatt_servers_[service_uuid]->Start(); in OnStartService()243 return gatt_servers_[service_uuid]->Stop(); in OnStopService()[all …]
104 gatt_servers_; variable