Home
last modified time | relevance | path

Searched refs:BT_ATT_CHAN_OPT_NONE (Results 1 – 17 of 17) sorted by relevance

/Zephyr-Core-3.7.0/tests/bsim/bluetooth/host/gatt/notify/src/
Dgatt_client_test.c339 gatt_discover(BT_ATT_CHAN_OPT_NONE); in test_main_none()
340 gatt_subscribe_short(BT_ATT_CHAN_OPT_NONE); in test_main_none()
341 gatt_subscribe_long(BT_ATT_CHAN_OPT_NONE); in test_main_none()
350 gatt_unsubscribe_short(BT_ATT_CHAN_OPT_NONE); in test_main_none()
351 gatt_unsubscribe_long(BT_ATT_CHAN_OPT_NONE); in test_main_none()
Dgatt_server_test.c210 short_notify(BT_ATT_CHAN_OPT_NONE); in test_main_none()
211 long_notify(BT_ATT_CHAN_OPT_NONE); in test_main_none()
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/host/gatt/caching/src/
Dgatt_client_test.c168 discover_params.chan_opt = BT_ATT_CHAN_OPT_NONE; in gatt_discover()
186 .chan_opt = BT_ATT_CHAN_OPT_NONE,
194 .chan_opt = BT_ATT_CHAN_OPT_NONE,
203 .chan_opt = BT_ATT_CHAN_OPT_NONE,
302 .chan_opt = BT_ATT_CHAN_OPT_NONE, in enable_robust_caching()
/Zephyr-Core-3.7.0/include/zephyr/bluetooth/
Datt.h173 BT_ATT_CHAN_OPT_NONE = 0x0, enumerator
Dgatt.h1222 params.chan_opt = BT_ATT_CHAN_OPT_NONE; in bt_gatt_notify()
1261 params.chan_opt = BT_ATT_CHAN_OPT_NONE; in bt_gatt_notify_uuid()
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/host/att/eatt_notif/src/
Dserver_test.c118 discover_params.chan_opt = BT_ATT_CHAN_OPT_NONE; in gatt_discover()
167 subscribe_params.chan_opt = BT_ATT_CHAN_OPT_NONE; in gatt_subscribe()
Dclient_test.c156 discover_params.chan_opt = BT_ATT_CHAN_OPT_NONE; in gatt_discover()
/Zephyr-Core-3.7.0/tests/bluetooth/tester/src/
Dbtp_gatt.c872 indicate_params.chan_opt = BT_ATT_CHAN_OPT_NONE; in alloc_value()
1100 discover_params.chan_opt = BT_ATT_CHAN_OPT_NONE; in disc_all_prim()
1146 discover_params.chan_opt = BT_ATT_CHAN_OPT_NONE; in disc_prim_uuid()
1227 discover_params.chan_opt = BT_ATT_CHAN_OPT_NONE; in find_included()
1305 discover_params.chan_opt = BT_ATT_CHAN_OPT_NONE; in disc_all_chrc()
1352 discover_params.chan_opt = BT_ATT_CHAN_OPT_NONE; in disc_chrc_uuid()
1429 discover_params.chan_opt = BT_ATT_CHAN_OPT_NONE; in disc_all_desc()
1543 read_params.chan_opt = BT_ATT_CHAN_OPT_NONE; in read_data()
1590 read_params.chan_opt = BT_ATT_CHAN_OPT_NONE; in read_uuid()
1625 read_params.chan_opt = BT_ATT_CHAN_OPT_NONE; in read_long()
[all …]
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/host/misc/sample_test/src/
Dpeer.c150 int err = bt_testlib_att_write(conn, BT_ATT_CHAN_OPT_NONE, in unsubscribe_but_not_really()
/Zephyr-Core-3.7.0/subsys/logging/backends/
Dlog_backend_ble.c137 .chan_opt = BT_ATT_CHAN_OPT_NONE in line_out()
/Zephyr-Core-3.7.0/subsys/bluetooth/services/ots/
Dots_olcp.c228 ots->olcp_ind.params.chan_opt = BT_ATT_CHAN_OPT_NONE; in olcp_ind_send()
/Zephyr-Core-3.7.0/subsys/bluetooth/shell/
Dgatt.c71 #define SET_CHAN_OPT_ANY(params) (params).chan_opt = BT_ATT_CHAN_OPT_NONE
/Zephyr-Core-3.7.0/subsys/bluetooth/host/
Dgatt.c1390 sc->params.chan_opt = BT_ATT_CHAN_OPT_NONE; in sc_process()
5088 bt_att_set_tx_meta_data(buf, func, user_data, BT_ATT_CHAN_OPT_NONE); in bt_gatt_write_without_response_cb()
Datt.c430 if (chan_opt == BT_ATT_CHAN_OPT_NONE) { in att_chan_matches_chan_opt()
/Zephyr-Core-3.7.0/subsys/bluetooth/audio/
Dbap_unicast_client.c2053 client->write_params.chan_opt = BT_ATT_CHAN_OPT_NONE; in bt_bap_unicast_client_ep_send()
/Zephyr-Core-3.7.0/doc/releases/
Drelease-notes-3.1.rst30 To keep the old behavior use :c:enumerator:`BT_ATT_CHAN_OPT_NONE`.
Drelease-notes-3.2.rst69 To keep the old behavior use :c:enumerator:`BT_ATT_CHAN_OPT_NONE`.