Home
last modified time | relevance | path

Searched refs:gatt_servers_ (Results 1 – 2 of 2) sorted by relevance

/system/bt/service/ipc/
Dlinux_ipc_host.cc108 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 …]
Dlinux_ipc_host.h104 gatt_servers_; variable