Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/ble/
H A Dnapi_bluetooth_gatt_server.cpp61 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::NapiGattServer
245 ret = server->RemoveGattService(*primaryService); in RemoveGattService()
250 ret = server->RemoveGattService(*secondService); in RemoveGattService()
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_gatt_server.h38 static napi_value RemoveGattService(napi_env env, napi_callback_info info);
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_gatt_server.h203 int RemoveGattService(const GattService &service);
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/gatt/
H A Dgatt_server_test.cpp147 int ret = server.RemoveGattService(list.back());
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gatt_server.cpp937 GATTSERVER(serverId)->RemoveGattService(*GATTSERVICE(serverId, srvcHandle)); in BleGattsStopService()
971 GATTSERVER(serverId)->RemoveGattService(*GATTSERVICE(serverId, srvcHandle)); in BleGattsDeleteService()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_gatt_server.cpp758 int GattServer::RemoveGattService(const GattService &service) in RemoveGattService() function in OHOS::Bluetooth::GattServer