Searched full:ecred (Results 1 – 15 of 15) sorted by relevance
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/ecred/dut/src/ |
D | dut.c | 58 * 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/ |
D | testcase.yaml | 2 bluetooth.host.l2cap.ecred.dut:
|
D | prj.conf | 2 CONFIG_BT_DEVICE_NAME="ecred"
|
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/ecred/peer/ |
D | testcase.yaml | 2 bluetooth.host.l2cap.ecred.peer:
|
/Zephyr-latest/tests/bsim/bluetooth/host/att/eatt/src/ |
D | main_lowres.c | 32 * 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/ |
D | main_l2cap_ecred.c | 246 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/ |
D | l2cap.h | 87 /** @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/ |
D | main_l2cap_send_on_connect.c | 103 FAIL("Failed to send ecred connection request (err %d)\n", err); in connect_l2cap_channel()
|
/Zephyr-latest/subsys/bluetooth/host/shell/ |
D | l2cap.c | 545 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/ |
D | main_l2cap_userdata.c | 99 FAIL("Failed to send ecred connection request (err %d)\n", err); in connect_l2cap_channel()
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | l2cap.c | 633 /* 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()
|
D | att.c | 3414 /* EATT: The MTU will be sent in the ECRED conn req/rsp PDU. The in att_chan_new()
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.2.rst | 2030 * :github:`49136` - L2CAP ecred test cases failed. 2308 * :github:`46822` - L2CAP disconnected packet timing in ecred reconf function
|
D | release-notes-2.3.rst | 623 * The Host is now 5.2 compliant, with support for EATT, L2CAP ECRED mode and
|
D | release-notes-2.7.rst | 1396 * :github:`37611` - Bluetooth: host: Implement L2CAP ecred reconfiguration request as initiator
|