Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/src/
H A Dsoftbus_conn_ble_manager.c51 BLE_MGR_MSG_DATA_RECEIVED, enumerator
1664 {BLE_MGR_MSG_DATA_RECEIVED, DataReceivedFunc},
1676 if (msg->what != BLE_MGR_MSG_DATA_RECEIVED && msg->what != BLE_MGR_MSG_NEXT_CMD && in BleManagerMsgHandler()
1961 …int32_t status = ConnPostMsgToLooper(&g_bleManagerSyncHandler, BLE_MGR_MSG_DATA_RECEIVED, 0, 0, ct… in OnDataReceived()