Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/src/
H A Dsoftbus_conn_ble_manager.c45 BLE_MGR_MSG_NEXT_CMD, enumerator
152 ConnPostMsgToLooper(&g_bleManagerSyncHandler, BLE_MGR_MSG_NEXT_CMD, 0, 0, NULL, 0); in BleEnterAvailableState()
603 ConnPostMsgToLooper(&g_bleManagerSyncHandler, BLE_MGR_MSG_NEXT_CMD, 0, 0, NULL, 0); in BleConnectRequestOnAvailableState()
902 ConnPostMsgToLooper(&g_bleManagerSyncHandler, BLE_MGR_MSG_NEXT_CMD, 0, 0, NULL, 0); in BleConnectionClosed()
1658 {BLE_MGR_MSG_NEXT_CMD, HandlePendingRequestFunc},
1676 if (msg->what != BLE_MGR_MSG_DATA_RECEIVED && msg->what != BLE_MGR_MSG_NEXT_CMD && in BleManagerMsgHandler()