Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_ble_central_manager_proxy.h48 int RemoveLpDeviceParam(const bluetooth::Uuid &uuid) override;
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_ble_central_manager.h69 virtual int RemoveLpDeviceParam(const bluetooth::Uuid &uuid) = 0;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_ble_central_manager_server.h54 int RemoveLpDeviceParam(const bluetooth::Uuid &uuid) override;
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/c_header/
H A Dohos_bt_gatt.h942 int RemoveLpDeviceParam(BtUuid uuid);
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_ble_central_manager.h657 int RemoveLpDeviceParam(const UUID &uuid);
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_ble_central_manager.cpp523 int BleCentralManager::RemoveLpDeviceParam(const UUID &uuid) in RemoveLpDeviceParam() function in OHOS::Bluetooth::BleCentralManager
534 return proxy->RemoveLpDeviceParam(btUuid); in RemoveLpDeviceParam()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gatt.cpp1387 int RemoveLpDeviceParam(BtUuid uuid) in RemoveLpDeviceParam() function
1400 int ret = bleCentralManager->RemoveLpDeviceParam(srvUuid); in RemoveLpDeviceParam()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_ble_central_manager_proxy.cpp484 int BluetoothBleCentralManagerProxy::RemoveLpDeviceParam(const bluetooth::Uuid &uuid) in RemoveLpDeviceParam() function in OHOS::Bluetooth::BluetoothBleCentralManagerProxy
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_ble_central_manager_server.cpp781 int BluetoothBleCentralManagerServer::RemoveLpDeviceParam(const bluetooth::Uuid &uuid) in RemoveLpDeviceParam() function in OHOS::Bluetooth::BluetoothBleCentralManagerServer