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 D | bt_beacon_app_task.c | 82 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 D | app_task.c | 83 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 D | ble_central_app_task.c | 90 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 D | bt_config_app_task.c | 62 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 D | hci_normal.c | 34 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 D | hci_h4.c | 250 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 D | os_msg.h | 344 #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 D | trace_task.c | 75 if (os_msg_recv(trace.QueueHandleEvent, &Event, 0xFFFFFFFF) == true) in trace_task()
|
Completed in 7 milliseconds