Home
last modified time | relevance | path

Searched refs:napiGattService (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/ble/
H A Dnapi_bluetooth_gatt_server.cpp151 NapiGattService napiGattService; in CheckGattsAddService() local
152 NAPI_BT_CALL_RETURN(NapiParseGattService(env, argv[PARAM0], napiGattService)); in CheckGattsAddService()
158 …GattServiceType type = napiGattService.isPrimary ? GattServiceType::PRIMARY : GattServiceType::SEC… in CheckGattsAddService()
159 outService = std::make_unique<GattService>(napiGattService.serviceUuid, type); in CheckGattsAddService()
160 for (const auto &napiCharacter : napiGattService.characteristics) { in CheckGattsAddService()