Searched refs:RemoveGattService (Results 1 – 6 of 6) sorted by relevance
61 DECLARE_NAPI_FUNCTION("removeService", RemoveGattService), in DefineGattServerJSClass()234 napi_value NapiGattServer::RemoveGattService(napi_env env, napi_callback_info info) in RemoveGattService() function in OHOS::Bluetooth::NapiGattServer245 ret = server->RemoveGattService(*primaryService); in RemoveGattService()250 ret = server->RemoveGattService(*secondService); in RemoveGattService()
38 static napi_value RemoveGattService(napi_env env, napi_callback_info info);
203 int RemoveGattService(const GattService &service);
147 int ret = server.RemoveGattService(list.back());
937 GATTSERVER(serverId)->RemoveGattService(*GATTSERVICE(serverId, srvcHandle)); in BleGattsStopService()971 GATTSERVER(serverId)->RemoveGattService(*GATTSERVICE(serverId, srvcHandle)); in BleGattsDeleteService()
758 int GattServer::RemoveGattService(const GattService &service) in RemoveGattService() function in OHOS::Bluetooth::GattServer