Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/ble/
H A Dnapi_bluetooth_gatt_server.cpp248 auto secondService = server->GetService(serviceUuid, false); in RemoveGattService() local
249 if (secondService.has_value()) { in RemoveGattService()
250 ret = server->RemoveGattService(*secondService); in RemoveGattService()
253 …NAPI_BT_ASSERT_RETURN_FALSE(env, (primaryService.has_value() || secondService.has_value()), BT_ERR… in RemoveGattService()