Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_adapter.h171 bool RemovePairWithDisConnect(const RawAddress &device, bool isDisconnect = true) const;
H A Dble_adapter.cpp702 bool BleAdapter::RemovePairWithDisConnect(const RawAddress &device, bool isDisconnect) const in RemovePairWithDisConnect() function in OHOS::bluetooth::BleAdapter
757 return RemovePairWithDisConnect(device); in RemovePair()