Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_adapter.h207 …static void LeDisconnectionComplete(uint8_t status, uint16_t connectionHandle, uint8_t reason, voi…
H A Dble_adapter.cpp1268 pimpl->btmAclCb_.leDisconnectionComplete = &BleAdapter::LeDisconnectionComplete; in RegisterCallbackToBtm()
1353 void BleAdapter::LeDisconnectionComplete(uint8_t status, uint16_t connectionHandle, uint8_t reason,… in LeDisconnectionComplete() function in OHOS::bluetooth::BleAdapter