Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/src/
H A Dsoftbus_conn_ble_manager.c52 BLE_MGR_MSG_CONNECTION_CLOSED, enumerator
1665 {BLE_MGR_MSG_CONNECTION_CLOSED, ConnectionClosedFunc},
1677 msg->what != BLE_MGR_MSG_CONNECTION_CLOSED) { in BleManagerMsgHandler()
1977 …int32_t ret = ConnPostMsgToLooper(&g_bleManagerSyncHandler, BLE_MGR_MSG_CONNECTION_CLOSED, 0, 0, c… in OnConnectionClosed()