Home
last modified time | relevance | path

Searched full:ecred (Results 1 – 15 of 15) sorted by relevance

/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/ecred/dut/src/
Ddut.c58 * Verify that a peer that doesn't support ECRED channels doesn't result in entrypoint_dut()
62 * - `dut`: tries to establish 4 ecred chans in entrypoint_dut()
69 * - [dut] request to establish 4 ecred channels in entrypoint_dut()
96 LOG_INF("Send ECRED connection request"); in entrypoint_dut()
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/ecred/dut/
Dtestcase.yaml2 bluetooth.host.l2cap.ecred.dut:
Dprj.conf2 CONFIG_BT_DEVICE_NAME="ecred"
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/ecred/peer/
Dtestcase.yaml2 bluetooth.host.l2cap.ecred.peer:
/Zephyr-latest/tests/bsim/bluetooth/host/att/eatt/src/
Dmain_lowres.c32 * still get opened when the response to the ecred conn req is "Some in test_central_main()
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/general/src/
Dmain_l2cap_ecred.c246 FAIL("can't connect ecred %d ", err); in connect_num_channels()
440 LOG_DBG("*L2CAP ECRED Peripheral started*"); in test_peripheral_main()
499 PASS("L2CAP ECRED Peripheral tests Passed"); in test_peripheral_main()
534 LOG_DBG("*L2CAP ECRED Central started*"); in test_central_main()
596 PASS("L2CAP ECRED Central tests Passed\n"); in test_central_main()
602 .test_descr = "Peripheral L2CAP ECRED",
609 .test_descr = "Central L2CAP ECRED",
/Zephyr-latest/include/zephyr/bluetooth/
Dl2cap.h87 /** @brief L2CAP ECRED minimum MTU
98 /** @brief L2CAP ECRED minimum MPS
109 /** @brief The maximum number of channels in ECRED L2CAP signaling PDUs
118 * guarantee the same limit for potential future ECRED L2CAP signaling
599 * Experimental API to reconfigure L2CAP ECRED channels with explicit MPS and
602 * Pend a L2CAP ECRED reconfiguration for up to 5 channels. All provided
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/send_on_connect/src/
Dmain_l2cap_send_on_connect.c103 FAIL("Failed to send ecred connection request (err %d)\n", err); in connect_l2cap_channel()
/Zephyr-latest/subsys/bluetooth/host/shell/
Dl2cap.c545 SHELL_CMD_ARG(ecred-connect, NULL, "<psm (hex)> [sec_level (dec)]",
547 SHELL_CMD_ARG(ecred-reconfigure, NULL, "<mtu (dec)>",
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/userdata/src/
Dmain_l2cap_userdata.c99 FAIL("Failed to send ecred connection request (err %d)\n", err); in connect_l2cap_channel()
/Zephyr-latest/subsys/bluetooth/host/
Dl2cap.c633 /* Retry ecred connect */ in l2cap_le_encrypt_change()
1563 LOG_ERR("Invalid ecred conn req params. mtu %u mps %u", mtu, mps); in le_ecred_conn_req()
1661 LOG_ERR("Too small ecred reconf req packet size"); in le_ecred_reconf_req()
1752 LOG_ERR("Too small ecred reconf rsp packet size"); in le_ecred_reconf_rsp()
1904 LOG_ERR("Too small ecred conn rsp packet size"); in le_ecred_conn_rsp()
Datt.c3414 /* EATT: The MTU will be sent in the ECRED conn req/rsp PDU. The in att_chan_new()
/Zephyr-latest/doc/releases/
Drelease-notes-3.2.rst2030 * :github:`49136` - L2CAP ecred test cases failed.
2308 * :github:`46822` - L2CAP disconnected packet timing in ecred reconf function
Drelease-notes-2.3.rst623 * The Host is now 5.2 compliant, with support for EATT, L2CAP ECRED mode and
Drelease-notes-2.7.rst1396 * :github:`37611` - Bluetooth: host: Implement L2CAP ecred reconfiguration request as initiator