HomeSort by relevance Sort by last modified time
    Searched refs:gatt_servers_ (Results 1 - 2 of 2) sorted by null

  /system/bt/service/ipc/
linux_ipc_host.cpp 113 gatt_servers_[service_uuid] = std::unique_ptr<Server>(new Server);
116 bool status = gatt_servers_[service_uuid]->Initialize(
128 gatt_servers_.erase(service_uuid);
162 gatt_servers_[service_uuid]->AddCharacteristic(
165 gatt_servers_[service_uuid]->AddBlob(UUID(characteristic_uuid),
178 gatt_servers_[service_uuid]->SetCharacteristicValue(UUID(characteristic_uuid),
208 gatt_servers_[service_uuid]->SetAdvertisement(ids, decoded_advertise_data,
236 gatt_servers_[service_uuid]->SetScanResponse(ids, decoded_advertise_data,
243 return gatt_servers_[service_uuid]->Start();
247 return gatt_servers_[service_uuid]->Stop()
    [all...]
linux_ipc_host.h 104 gatt_servers_; member in class:ipc::LinuxIPCHost

Completed in 8087 milliseconds