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.cpp113 gatt_servers_[service_uuid] = std::unique_ptr<Server>(new Server); in OnCreateService()
116 bool status = gatt_servers_[service_uuid]->Initialize( in OnCreateService()
128 gatt_servers_.erase(service_uuid); in OnDestroyService()
162 gatt_servers_[service_uuid]->AddCharacteristic( in OnAddCharacteristic()
165 gatt_servers_[service_uuid]->AddBlob(UUID(characteristic_uuid), in OnAddCharacteristic()
178 gatt_servers_[service_uuid]->SetCharacteristicValue(UUID(characteristic_uuid), in OnSetCharacteristicValue()
208 gatt_servers_[service_uuid]->SetAdvertisement(ids, decoded_advertise_data, in OnSetAdvertisement()
236 gatt_servers_[service_uuid]->SetScanResponse(ids, decoded_advertise_data, in OnSetScanResponse()
243 return gatt_servers_[service_uuid]->Start(); in OnStartService()
247 return gatt_servers_[service_uuid]->Stop(); in OnStopService()
[all …]
Dlinux_ipc_host.h104 gatt_servers_; variable