Searched full:eatt (Results 1 – 25 of 39) sorted by relevance
12
/Zephyr-latest/tests/bsim/bluetooth/host/att/eatt/ |
D | testcase.yaml | 10 bluetooth.host.att.eatt.autoconnect: 15 bluetooth.host.adt.eatt.collision: 18 bluetooth.host.att.eatt.lowres: 23 bluetooth.host.att.eatt.multiple_conn:
|
D | prj.conf | 6 CONFIG_BT_DEVICE_NAME="EATT test"
|
/Zephyr-latest/tests/bsim/bluetooth/host/att/eatt/src/ |
D | main_lowres.c | 21 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()
|
D | main_autoconnect.c | 24 PASS("EATT Peripheral tests Passed\n"); in test_peripheral_main() 37 PASS("EATT Central tests Passed\n"); in test_central_main()
|
D | main_collision.c | 39 PASS("EATT Peripheral tests Passed\n"); in test_peripheral_main() 64 PASS("EATT Central tests Passed\n"); in test_central_main()
|
D | main_reconfigure.c | 53 PASS("EATT Peripheral tests Passed\n"); in test_peripheral_main() 85 PASS("EATT Central tests Passed\n"); in test_central_main()
|
D | common.c | 102 bs_trace_error_time_line("Test eatt finished.\n"); in test_tick()
|
/Zephyr-latest/tests/bsim/bluetooth/host/att/eatt_notif/ |
D | prj.conf | 6 CONFIG_BT_DEVICE_NAME="EATT test"
|
/Zephyr-latest/include/zephyr/bluetooth/ |
D | att.h | 134 /* 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/ |
D | eatt_notif.sh | 5 # EATT notification reliability test
|
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/general/tests_scripts/ |
D | l2cap.sh | 7 # EATT test
|
/Zephyr-latest/tests/bsim/bluetooth/host/att/read_fill_buf/client/ |
D | main.c | 87 /* Establish EATT bearers. */ in the_test() 95 LOG_DBG("EATT"); in the_test()
|
/Zephyr-latest/tests/bsim/bluetooth/host/att/eatt_notif/src/ |
D | client_test.c | 6 * EATT notification reliability test: 10 * over EATT, send notifications, disconnect all bearers and reconnect EATT_BEARERS_TEST 14 * on EATT channels.
|
D | common.h | 2 * Common functions and helpers for BSIM EATT notification tests
|
/Zephyr-latest/tests/bsim/bluetooth/host/att/long_read/ |
D | main.c | 67 "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/ |
D | l2cap.sh | 7 # EATT test
|
D | l2cap_nofrag.sh | 7 # EATT test
|
D | l2cap_syswq.sh | 7 # EATT test
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | att.c | 157 } 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 …]
|
D | Kconfig.gatt | 63 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/ |
D | att_read.c | 142 __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/ |
D | features.rst | 66 * Enhanced ATT (EATT)
|
/Zephyr-latest/tests/bsim/bluetooth/host/att/timeout/ |
D | main.c | 118 /* 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/ |
D | gatt_server_test.c | 120 FAIL("Failed to connect EATT channels (err %d)\n", err); in test_main_common()
|
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/notify_multiple/src/ |
D | gatt_client_test.c | 261 * Bit 1: EATT in write_csf() 334 printk("EATT connected\n"); in test_main()
|
12