Searched refs:napiGattService (Results 1 – 1 of 1) sorted by relevance
151 NapiGattService napiGattService; in CheckGattsAddService() local152 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()