/nrf52832-nimble/rt-thread/components/drivers/wlan/ |
H A D | wlan_mgnt.c | 98 struct rt_event complete; member 622 rt_event_send(&complete_tab[i]->complete, 0x1 << event); in rt_wlan_event_dispatch() 623 RT_WLAN_LOG_D("&complete_tab[i]->complete:0x%08x", &complete_tab[i]->complete); in rt_wlan_event_dispatch() 645 struct rt_wlan_complete_des *complete; in rt_wlan_complete_create() local 648 complete = rt_malloc(sizeof(struct rt_wlan_complete_des)); in rt_wlan_complete_create() 649 if (complete == RT_NULL) in rt_wlan_complete_create() 651 RT_WLAN_LOG_E("complete event create failed"); in rt_wlan_complete_create() 653 return complete; in rt_wlan_complete_create() 655 rt_event_init(&complete->complete, name, RT_IPC_FLAG_FIFO); in rt_wlan_complete_create() 656 complete->event_flag = 0; in rt_wlan_complete_create() [all …]
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/src/ |
H A D | ble_hs_startup.c | 229 * 0x0000000000000001 LE Connection Complete Event in ble_hs_startup_le_set_evmask_tx() 231 * 0x0000000000000004 LE Connection Update Complete Event in ble_hs_startup_le_set_evmask_tx() 232 * 0x0000000000000008 LE Read Remote Used Features Complete Event in ble_hs_startup_le_set_evmask_tx() 248 * 0x0000000000000200 LE Enhanced Connection Complete Event in ble_hs_startup_le_set_evmask_tx() 257 * 0x0000000000000800 LE PHY Update Complete Event in ble_hs_startup_le_set_evmask_tx() 289 * 0x0000000000000010 Disconnection Complete Event in ble_hs_startup_set_evmask_tx() 293 * 0x0000800000000000 Encryption Key Refresh Complete Event in ble_hs_startup_set_evmask_tx()
|
H A D | ble_hs_dbg.c | 46 BLE_HS_LOG(DEBUG, "LE connection complete. handle=%u role=%u " in ble_hs_dbg_le_event_disp() 67 BLE_HS_LOG(DEBUG, "LE connection complete. FAIL (status=%u)\n", in ble_hs_dbg_le_event_disp() 101 BLE_HS_LOG(DEBUG, "LE Connection Update Complete. handle=%u " in ble_hs_dbg_le_event_disp() 106 BLE_HS_LOG(DEBUG, "LE Connection Update Complete. FAIL " in ble_hs_dbg_le_event_disp() 180 "Complete Event len=%u\n", len); in ble_hs_dbg_le_event_disp() 184 BLE_HS_LOG(DEBUG, "LE Read Local P-256 Public Key Complete " in ble_hs_dbg_le_event_disp() 194 BLE_HS_LOG(DEBUG, "Corrupted LE Generate DHKey Complete " in ble_hs_dbg_le_event_disp() 199 BLE_HS_LOG(DEBUG, "LE Generate DHKey Complete Event len=%u " in ble_hs_dbg_le_event_disp() 341 * Display a disconnection complete command. 362 BLE_HS_LOG(DEBUG, "Disconnection Complete: status=%u handle=%u " in ble_hs_dbg_disconn_comp_disp() [all …]
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/include/nimble/ |
H A D | hci_common.h | 700 /* Event disconnect complete */ 709 /* Event key refresh complete (code=0x30) */ 712 /* Event command complete */ 748 /* LE connection complete event (sub event 0x01) */ 765 /* LE connection update complete event (sub event 0x03) */ 771 /* LE connection update complete event (sub event 0x03) */ 780 /* LE PHY update complete event (sub event 0x0C) */ 818 /* Sub-event 0x0A: enhanced connection complete */ 886 /* LE Read Local P-256 Public Key Complete Event */ 892 /* LE Generate DHKey Complete Event */ [all …]
|
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/ |
H A D | AUTHORS | 5 get a pretty complete list from the Linux kernel repository logs: 14 For a complete list, see the commit-logs of the kconfig repository.
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/src/ |
H A D | README.eCos | 2 complete sources. Currently based on zlib-1.2.3 4 Note that these are not the complete zlib sources - the following
|
/nrf52832-nimble/rt-thread/libcpu/ppc/ppc405/ |
H A D | dcr_gcc.S | 72 sync /* Wait for write to complete */ 74 isync /* Wait for icbi to complete */ 117 sync /* Wait for write to complete */ 119 isync /* Wait for icbi to complete */
|
/nrf52832-nimble/packages/NimBLE-latest/apps/blecent/src/ |
H A D | blecent.c | 52 MODLOG_DFLT(INFO, "Read complete; status=%d conn_handle=%d", error->status, in blecent_on_read() 74 "Write complete; status=%d conn_handle=%d attr_handle=%d\n", in blecent_on_write() 90 MODLOG_DFLT(INFO, "Subscribe complete; status=%d conn_handle=%d " in blecent_on_subscribe() 202 /* Service discovery has completed successfully. Now we have a complete in blecent_on_disc_complete() 206 MODLOG_DFLT(INFO, "Service discovery complete; status=%d " in blecent_on_disc_complete() 412 MODLOG_DFLT(INFO, "discovery complete; reason=%d\n", in blecent_gap_event()
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/test/src/ |
H A D | ble_hs_conn_test.c | 66 /* Receive successful connection complete event. */ in TEST_CASE() 123 /* Receive successful connection complete event. */ in TEST_CASE() 188 /* Receive successful connection complete event. */ in TEST_CASE()
|
H A D | ble_hs_adv_test.c | 187 /*** Complete 16-bit service class UUIDs. */ in TEST_CASE() 252 /*** Complete 32-bit service class UUIDs. */ in TEST_CASE() 314 /*** Complete 128-bit service class UUIDs. */ in TEST_CASE() 382 /*** Complete name. */ in TEST_CASE() 692 /*** Complete 16-bit service class UUIDs. */ in TEST_CASE() 760 /*** Complete 32-bit service class UUIDs. */ in TEST_CASE() 826 /*** Complete 128-bit service class UUIDs. */ in TEST_CASE() 898 /*** Complete name. */ in TEST_CASE()
|
H A D | ble_hs_stop_test.c | 69 /* Stop the host and wait for the stop procedure to complete. */ in TEST_CASE_TASK() 161 /* Stop the host and wait for the stop procedure to complete. */ in TEST_CASE_TASK()
|
H A D | ble_gap_test.c | 856 /* Receive connection complete event. */ in TEST_CASE() 1006 /* Controller indicates failure via connect complete event. */ in TEST_CASE() 1070 /* Receive connection complete event. */ in ble_gap_test_util_conn_cancel() 1149 /* Allow connection complete to succeed. */ in TEST_CASE() 1208 /* Receive disconnection complete event. */ in ble_gap_test_util_terminate() 1268 /* Receive failed disconnection complete event. */ in TEST_CASE() 1495 /* Receive a connection complete event. */ in ble_gap_test_util_adv() 1897 /* Receive connection update complete event. */ in ble_gap_test_util_update_no_l2cap() 1967 /* Receive connection update complete event. */ in ble_gap_test_util_update_l2cap() 2144 /* Receive connection update complete event. */ in ble_gap_test_util_update_peer() [all …]
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/src/ |
H A D | ble_ll_hci.c | 108 * Created and sends a command complete event with the no-op opcode to the 122 /* Create a command complete event with a NO-OP opcode */ in ble_ll_hci_send_noop() 590 * Called to determine if the reply to the command should be a command complete 595 * @return int 0: return command complete; 1: return command status event 731 * event should be returned as opposed to command complete, 1110 * command complete). in ble_ll_hci_le_cmd_proc() 1133 * event should be returned as opposed to command complete, 1156 /* Send command status instead of command complete */ in ble_ll_hci_link_ctrl_cmd_proc() 1164 /* Send command status instead of command complete */ in ble_ll_hci_link_ctrl_cmd_proc() 1373 /* Create a command complete event with status from command */ in ble_ll_hci_cmd_proc()
|
H A D | ble_ll_conn_hci.c | 61 * Allocate an event to send a connection complete event when initiating 127 * Send a connection complete event 282 * Only look at connections that we have sent a connection complete in ble_ll_conn_num_comp_pkts_event_send() 297 /* Add handle and complete packets */ in ble_ll_conn_num_comp_pkts_event_send() 358 * Send a disconnection complete event. 477 /* Make sure we can allocate an event to send the connection complete */ in ble_ll_conn_create() 714 /* Make sure we can allocate an event to send the connection complete */ in ble_ll_ext_conn_create() 993 /* this is called from same context after cmd complete is send so it is 1619 * Set flag to send a PHY update complete event. We set flag in ble_ll_conn_hci_le_set_phy()
|
/nrf52832-nimble/rt-thread/components/drivers/can/ |
H A D | readme-zh.txt | 121 #define RT_CAN_EVENT_TX_DONE 0x02 /* Tx complete */ 122 #define RT_CAN_EVENT_TX_FAIL 0x03 /* Tx complete */
|
/nrf52832-nimble/rt-thread/components/drivers/audio/ |
H A D | audio.c | 79 /* notify transmitted complete. */ in _audio_flush_replay_frame() 212 /* notify transmitted complete. */ in _audio_dev_close() 521 AUDIO_DBG("audio tx complete ptr=%x...\n",(rt_uint32_t)pbuf); in rt_audio_tx_complete() 529 /* notify transmitted complete. */ in rt_audio_tx_complete()
|
/nrf52832-nimble/rt-thread/components/net/freemodbus/ |
H A D | lgpl.txt | 44 complete object files to the recipients, so that they can relink them 137 making modifications to it. For a library, complete source code means 151 complete source code as you receive it, in any medium, provided that 230 it with the complete corresponding machine-readable source code, which 286 a) Accompany the work with the complete corresponding 290 with the Library, with the complete machine-readable "work that
|
/nrf52832-nimble/packages/NimBLE-latest/apps/btshell/src/ |
H A D | btshell.c | 673 console_printf("mtu exchange complete: conn_handle=%d mtu=%d\n", in btshell_on_mtu() 688 console_printf("full discovery complete; rc=%d\n", rc); in btshell_full_disc_complete() 852 console_printf("characteristic read complete\n"); in btshell_on_read() 869 console_printf("characteristic write complete; conn_handle=%d " in btshell_on_write() 891 console_printf("characteristic write reliable complete; " in btshell_on_write_reliable() 966 console_printf("complete"); in btshell_decode_event_type() 1118 console_printf("discovery complete; reason=%d\n", in btshell_gap_event() 1124 console_printf("advertise complete; reason=%d, instance=%u, handle=%d\n", in btshell_gap_event() 1131 console_printf("advertise complete; reason=%d\n", in btshell_gap_event() 1190 console_printf("PHY update complete; status=%d, conn_handle=%d " in btshell_gap_event() [all …]
|
/nrf52832-nimble/packages/NimBLE-latest/porting/npl/dummy/src/ |
H A D | hci_dummy.c | 146 * Buffer pointed by 'cmd' contains complete HCI Command packet as defined in ble_hci_trans_hs_cmd_tx() 163 * mbuf pointed by 'om' contains complete HCI ACL Data packet as defined in ble_hci_trans_hs_acl_tx()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/apps/snmp/ |
H A D | snmp_mib2_system.c | 114 * otherwise complete buffer is used for string. 156 * otherwise complete buffer is used for string. 197 * otherwise complete buffer is used for string.
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/apps/snmp/ |
H A D | snmp_mib2_system.c | 114 * otherwise complete buffer is used for string. 156 * otherwise complete buffer is used for string. 197 * otherwise complete buffer is used for string.
|
/nrf52832-nimble/rt-thread/components/drivers/include/drivers/ |
H A D | can.h | 254 #define RT_CAN_EVENT_TX_DONE 0x02 /* Tx complete */ 255 #define RT_CAN_EVENT_TX_FAIL 0x03 /* Tx complete */
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/src/ |
H A D | build.c | 122 D1(printk(KERN_DEBUG "Pass 1 complete\n")); in jffs2_build_filesystem() 154 D1(printk(KERN_DEBUG "Pass 2 complete\n")); in jffs2_build_filesystem() 170 D1(printk(KERN_DEBUG "Pass 3 complete\n")); in jffs2_build_filesystem()
|
/nrf52832-nimble/rt-thread/components/finsh/ |
H A D | msh.c | 468 /* auto complete the file or directory name */ in msh_auto_complete_path() 569 * try to complete the file names. If the completed path is not a in msh_auto_complete() 606 /* auto complete string */ in msh_auto_complete()
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/src/ |
H A D | prov.c | 278 BT_DBG("xact %u complete", (u8_t)pending_ack); in ack_complete() 287 const struct bt_mesh_send_cb *complete; in gen_prov_ack_send() local 304 complete = &cb; in gen_prov_ack_send() 306 complete = NULL; in gen_prov_ack_send() 313 bt_mesh_adv_send(buf, complete, NULL); in gen_prov_ack_send() 1638 if (prov->complete) { in bt_mesh_prov_complete() 1639 prov->complete(net_idx, addr); in bt_mesh_prov_complete()
|