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/ |
D | gatt_client_test.c | 339 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()
|
D | gatt_server_test.c | 210 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/ |
D | gatt_client_test.c | 168 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/ |
D | att.h | 173 BT_ATT_CHAN_OPT_NONE = 0x0, enumerator
|
D | gatt.h | 1222 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/ |
D | server_test.c | 118 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()
|
D | client_test.c | 156 discover_params.chan_opt = BT_ATT_CHAN_OPT_NONE; in gatt_discover()
|
/Zephyr-Core-3.7.0/tests/bluetooth/tester/src/ |
D | btp_gatt.c | 872 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/ |
D | peer.c | 150 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/ |
D | log_backend_ble.c | 137 .chan_opt = BT_ATT_CHAN_OPT_NONE in line_out()
|
/Zephyr-Core-3.7.0/subsys/bluetooth/services/ots/ |
D | ots_olcp.c | 228 ots->olcp_ind.params.chan_opt = BT_ATT_CHAN_OPT_NONE; in olcp_ind_send()
|
/Zephyr-Core-3.7.0/subsys/bluetooth/shell/ |
D | gatt.c | 71 #define SET_CHAN_OPT_ANY(params) (params).chan_opt = BT_ATT_CHAN_OPT_NONE
|
/Zephyr-Core-3.7.0/subsys/bluetooth/host/ |
D | gatt.c | 1390 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()
|
D | att.c | 430 if (chan_opt == BT_ATT_CHAN_OPT_NONE) { in att_chan_matches_chan_opt()
|
/Zephyr-Core-3.7.0/subsys/bluetooth/audio/ |
D | bap_unicast_client.c | 2053 client->write_params.chan_opt = BT_ATT_CHAN_OPT_NONE; in bt_bap_unicast_client_ep_send()
|
/Zephyr-Core-3.7.0/doc/releases/ |
D | release-notes-3.1.rst | 30 To keep the old behavior use :c:enumerator:`BT_ATT_CHAN_OPT_NONE`.
|
D | release-notes-3.2.rst | 69 To keep the old behavior use :c:enumerator:`BT_ATT_CHAN_OPT_NONE`.
|