Home
last modified time | relevance | path

Searched defs:gattService (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_gatt_server.cpp334 GattService gattService(UUID(), GattServiceType::PRIMARY); in OnAddService() local
386 GattService gattService(UUID::ConvertFrom128Bits(service.uuid_.ConvertTo128Bits()), in BuildService() local
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/ble/
H A Dnapi_bluetooth_gatt_server.cpp181 std::unique_ptr<GattService> gattService {nullptr}; in AddService() local
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gatt_client.cpp584 std::optional<std::reference_wrapper<GattService>> gattService = client->GetService(uuid); in BleGattcGetService() local
H A Dohos_bt_gatt_server.cpp112 GattService *gattService; member