Searched full:peers (Results 1 – 25 of 31) sorted by relevance
12
/Zephyr-latest/dts/bindings/ethernet/ |
D | ethernet-controller.yaml | 18 MAC address in peers' ARP caches and lead to issues and delays in 19 communication. (Use "ip neigh flush all" on Linux peers to clear
|
/Zephyr-latest/include/zephyr/bluetooth/services/ |
D | nus.h | 83 * @param conn Connection object to send data to. NULL if notifying all peers. 90 * @return -ENOTCONN when either no connection has been established or no peers 116 * @param conn Connection object to send data to. NULL if notifying all peers. 122 * @return -ENOTCONN when either no connection has been established or no peers
|
/Zephyr-latest/tests/bsim/bluetooth/host/privacy/device/ |
D | README.rst | 11 * In device privacy mode, a scanner shall accept advertising packets from peers with any address
|
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/stress/ |
D | prj.conf | 36 # peers, since we attempt to send one SDU per peer. The test execution
|
D | prj_syswq.conf | 36 # peers, since we attempt to send one SDU per peer. The test execution
|
/Zephyr-latest/drivers/virtualization/ |
D | Kconfig | 70 int "Maximum number of ivshmem-v2 peers"
|
D | virt_ivshmem.c | 202 LOG_ERR("Invalid max peers %u", data->max_peers); in ivshmem_configure()
|
/Zephyr-latest/tests/drivers/virtualization/ivshmem/plain/src/ |
D | ivshmem.c | 44 "interrupting peers should not be supported"); in ZTEST()
|
/Zephyr-latest/samples/drivers/virtualization/ivshmem/doorbell/ |
D | README.rst | 155 dump: dump peers (including us) 158 int all: notify all vectors of all peers (excepting us)
|
/Zephyr-latest/include/zephyr/drivers/virtualization/ |
D | ivshmem.h | 280 * @brief Get the maximum number of peers supported (ivshmem-v2 only) 284 * @return the maximum number of peers supported, or 0
|
/Zephyr-latest/tests/bsim/bluetooth/host/misc/hfc/src/ |
D | main.c | 330 LOG_DBG("Central: Connected and subscribed to both peers"); in entrypoint_dut() 332 /* Wait until we got all notifications from both peers */ in entrypoint_dut()
|
/Zephyr-latest/tests/bsim/bluetooth/host/att/pipeline/dut/src/ |
D | main.c | 308 LOG_DBG("Central: Connected to both peers"); in dut_procedure() 326 * peers: in test_procedure_0()
|
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/settings/src/ |
D | server.c | 158 * time to execute and store that the peers are now change-unaware. Round 6 then
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | Kconfig | 291 An Advertiser can filter which peers can connect or request scan 295 Connections can be established automatically for accepted peers. 467 The IRK is a shared secret, distributed to peers bonded to that 475 restore anonymity from previously bonded peers. But unless this config
|
D | gatt.c | 580 /* Mark all bonded peers as change-unaware. in set_all_change_unaware() 581 * - Can be called when not in a connection with said peers in set_all_change_unaware() 959 * Also immediately set all peers (in settings) as in do_db_hash() 2166 /* `ccc->value` shall be a summary of connected peers' CCC values, but in gatt_ccc_changed() 2167 * `ccc->cfg` can contain entries for bonded but not connected peers. in gatt_ccc_changed() 2761 /* Notify all peers configured */ in notify_cb() 2939 * peers. in gatt_notify_multiple_verify_args()
|
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/multilink_peripheral/src/ |
D | dut.c | 299 * - DUT is able to transfer SDU_NUM SDUs to all peers. Data can be in entrypoint_dut()
|
/Zephyr-latest/drivers/serial/ |
D | uart_bt.c | 139 * peers, and the same chunk is sent to everyone. This avoids in tx_work_handler()
|
/Zephyr-latest/subsys/net/lib/sockets/ |
D | Kconfig | 166 without closing connection gracefully, which can prevent other peers
|
/Zephyr-latest/drivers/ethernet/ |
D | eth_ivshmem.c | 295 LOG_ERR("Invalid ivshmem max peers %u", max_peers); in eth_ivshmem_initialize()
|
/Zephyr-latest/tests/bluetooth/host_long_adv_recv/src/ |
D | main.c | 485 * and that interleaved fragmented adv reports from other peers are discarded in ZTEST()
|
/Zephyr-latest/tests/bsim/bluetooth/host/misc/hfc_multilink/tester/src/ |
D | tester.c | 663 * enough to have the DUT re-assembling L2CAP PDUs from all the peers at in entrypoint_tester()
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | ull_filter.c | 1126 /* Populate filter from fal peers */ in fal_update() 1148 /* Populate filter from rl peers */ in rl_update()
|
D | ull_llcp.c | 1078 /* peer_id_addr contains the identity address; Get the peers RPA */ in ull_cp_periodic_sync() 1088 /* Note: Since we need the peers RPA, use tgta_get */ in ull_cp_periodic_sync()
|
/Zephyr-latest/include/zephyr/bluetooth/classic/ |
D | sdp.h | 558 * no SDP transaction is ongoing between peers and if any then this one
|
/Zephyr-latest/subsys/bluetooth/controller/ |
D | Kconfig.ll_sw_split | 571 Sync event. This permits new Periodic Advertising peers be discovered.
|
12