Home
last modified time | relevance | path

Searched full:eatt (Results 1 – 25 of 39) sorted by relevance

12

/Zephyr-latest/tests/bsim/bluetooth/host/att/eatt/
Dtestcase.yaml10 bluetooth.host.att.eatt.autoconnect:
15 bluetooth.host.adt.eatt.collision:
18 bluetooth.host.att.eatt.lowres:
23 bluetooth.host.att.eatt.multiple_conn:
Dprj.conf6 CONFIG_BT_DEVICE_NAME="EATT test"
/Zephyr-latest/tests/bsim/bluetooth/host/att/eatt/src/
Dmain_lowres.c21 PASS("EATT Peripheral tests Passed\n"); in test_peripheral_main()
31 * The purpose of the test is to verify that the accepted EATT channels in test_central_main()
38 PASS("EATT Central tests Passed\n"); in test_central_main()
Dmain_autoconnect.c24 PASS("EATT Peripheral tests Passed\n"); in test_peripheral_main()
37 PASS("EATT Central tests Passed\n"); in test_central_main()
Dmain_collision.c39 PASS("EATT Peripheral tests Passed\n"); in test_peripheral_main()
64 PASS("EATT Central tests Passed\n"); in test_central_main()
Dmain_reconfigure.c53 PASS("EATT Peripheral tests Passed\n"); in test_peripheral_main()
85 PASS("EATT Central tests Passed\n"); in test_central_main()
Dcommon.c102 bs_trace_error_time_line("Test eatt finished.\n"); in test_tick()
/Zephyr-latest/tests/bsim/bluetooth/host/att/eatt_notif/
Dprj.conf6 CONFIG_BT_DEVICE_NAME="EATT test"
/Zephyr-latest/include/zephyr/bluetooth/
Datt.h134 /* Reconfigure all EATT channels on connection */
156 /** @brief Get number of EATT channels connected.
158 * @param conn The connection to get the number of EATT channels for.
160 * @return The number of EATT channels connected.
/Zephyr-latest/tests/bsim/bluetooth/host/att/eatt_notif/test_scripts/
Deatt_notif.sh5 # EATT notification reliability test
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/general/tests_scripts/
Dl2cap.sh7 # EATT test
/Zephyr-latest/tests/bsim/bluetooth/host/att/read_fill_buf/client/
Dmain.c87 /* Establish EATT bearers. */ in the_test()
95 LOG_DBG("EATT"); in the_test()
/Zephyr-latest/tests/bsim/bluetooth/host/att/eatt_notif/src/
Dclient_test.c6 * EATT notification reliability test:
10 * over EATT, send notifications, disconnect all bearers and reconnect EATT_BEARERS_TEST
14 * on EATT channels.
Dcommon.h2 * Common functions and helpers for BSIM EATT notification tests
/Zephyr-latest/tests/bsim/bluetooth/host/att/long_read/
Dmain.c67 "The EATT buffer is too large for this test."); in read_mtu_validation_chrc()
204 /* Establish EATT bearers. */ in the_test()
222 bs_sync_all_log("Testing EATT"); in the_test()
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/stress/tests_scripts/
Dl2cap.sh7 # EATT test
Dl2cap_nofrag.sh7 # EATT test
Dl2cap_syswq.sh7 # EATT test
/Zephyr-latest/subsys/bluetooth/host/
Datt.c157 } eatt; member
309 /* For EATT, `bt_att_sent` is assigned to the `.sent` L2 callback. in att_sent()
665 /* For EATT, L2CAP will call it after the SDU is fully sent. */ in att_on_sent_cb()
3087 (void)k_work_cancel_delayable_sync(&att->eatt.connection_work, &sync); in att_reset()
3414 /* EATT: The MTU will be sent in the ECRED conn req/rsp PDU. The in att_chan_new()
3459 const struct bt_att *att = CONTAINER_OF(dwork, struct bt_att, eatt.connection_work); in att_enhanced_connection_work_handler()
3460 const int err = bt_eatt_connect(att->conn, att->eatt.chans_to_connect); in att_enhanced_connection_work_handler()
3463 LOG_DBG("Failed to connect %d EATT channels, central has probably " in att_enhanced_connection_work_handler()
3465 att->eatt.chans_to_connect); in att_enhanced_connection_work_handler()
3467 LOG_WRN("Failed to connect %d EATT channels (err: %d)", att->eatt.chans_to_connect, in att_enhanced_connection_work_handler()
[all …]
DKconfig.gatt63 bool "Automatically connect EATT bearers when a link is established"
194 Characteristic Values procedure. Mandatory if EATT is enabled, optional
/Zephyr-latest/tests/bluetooth/common/testlib/src/
Datt_read.c142 __ASSERT(IS_ENABLED(CONFIG_BT_EATT), "EATT not complied in"); in bt_testlib_att_read_by_type_sync()
165 __ASSERT(IS_ENABLED(CONFIG_BT_EATT), "EATT not complied in"); in bt_testlib_att_read_by_handle_sync()
189 __ASSERT(IS_ENABLED(CONFIG_BT_EATT), "EATT not complied in"); in bt_testlib_gatt_long_read()
/Zephyr-latest/doc/connectivity/bluetooth/
Dfeatures.rst66 * Enhanced ATT (EATT)
/Zephyr-latest/tests/bsim/bluetooth/host/att/timeout/
Dmain.c118 /* Establish EATT bearers. */ in central_setup()
286 bs_sync_all_log("Testing EATT"); in the_test()
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/caching/src/
Dgatt_server_test.c120 FAIL("Failed to connect EATT channels (err %d)\n", err); in test_main_common()
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/notify_multiple/src/
Dgatt_client_test.c261 * Bit 1: EATT in write_csf()
334 printk("EATT connected\n"); in test_main()

12