Searched defs:gattService (Results 1 – 4 of 4) sorted by relevance
334 GattService gattService(UUID(), GattServiceType::PRIMARY); in OnAddService() local386 GattService gattService(UUID::ConvertFrom128Bits(service.uuid_.ConvertTo128Bits()), in BuildService() local
181 std::unique_ptr<GattService> gattService {nullptr}; in AddService() local
584 std::optional<std::reference_wrapper<GattService>> gattService = client->GetService(uuid); in BleGattcGetService() local
112 GattService *gattService; member