Home
last modified time | relevance | path

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

/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/example/bt_beacon/
A Dbt_beacon_app_task.c82 if (os_msg_recv(evt_queue_handle, &event, 0xFFFFFFFF) == true) in bt_beacon_app_main_task()
87 if (os_msg_recv(io_queue_handle, &io_msg, 0) == true) in bt_beacon_app_main_task()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/example/ble_peripheral/
A Dapp_task.c83 if (os_msg_recv(evt_queue_handle, &event, 0xFFFFFFFF) == true) in app_main_task()
88 if (os_msg_recv(io_queue_handle, &io_msg, 0) == true) in app_main_task()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/example/ble_central/
A Dble_central_app_task.c90 if (os_msg_recv(ble_central_evt_queue_handle, &event, 0xFFFFFFFF) == true) in ble_central_app_main_task()
95 if (os_msg_recv(ble_central_io_queue_handle, &io_msg, 0) == true) in ble_central_app_main_task()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/example/bt_config/
A Dbt_config_app_task.c62 if (os_msg_recv(evt_queue_handle, &event, 0xFFFFFFFF) == true) { in bt_config_app_main_task()
65 if (os_msg_recv(io_queue_handle, &io_msg, 0) == true) { in bt_config_app_main_task()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/board/amebad/src/hci/
A Dhci_normal.c34 if (os_msg_recv(hci_if.xmit_q, &tx_data, 0) == true) in hci_if_tx_req()
67 if (os_msg_recv(hci_if.msg_q, &msg, 0xFFFFFFFF) == true) in hci_if_task()
A Dhci_h4.c250 if (os_msg_recv(hci_if.cfm_q, &p_buf, 0) == true) in hci_h4_cfm()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/inc/os/
A Dos_msg.h344 #define os_msg_recv(p_handle, p_msg, wait_ms) \ macro
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/board/common/src/
A Dtrace_task.c75 if (os_msg_recv(trace.QueueHandleEvent, &Event, 0xFFFFFFFF) == true) in trace_task()

Completed in 7 milliseconds