Home
last modified time | relevance | path

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

/foundation/communication/bluetooth/frameworks/inner/c_adapter/
Dohos_bt_gatt_server.cpp63 GattService *gattService; member
435 GattService *gattService = GATTSERVICE(serverId, i); in FindCharacteristic() local
Dohos_bt_gatt_client.cpp581 std::optional<std::reference_wrapper<GattService>> gattService = client->GetService(uuid); in BleGattcGetService() local
/foundation/communication/bluetooth/frameworks/js/napi/src/ble/
Dnapi_bluetooth_gatt_server.cpp209 std::unique_ptr<GattService> gattService {nullptr}; in AddService() local
/foundation/communication/bluetooth/frameworks/inner/src/
Dbluetooth_gatt_server.cpp409 GattService gattService(UUID::ConvertFrom128Bits(service.uuid_.ConvertTo128Bits()), in BuildService() local