Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/
Datt_internal.h337 enum bt_att_chan_opt chan_opt);
341 const void *user_data, enum bt_att_chan_opt chan_opt);
344 #define BT_ATT_CHAN_OPT(_params) (_params)->chan_opt
349 bool bt_att_chan_opt_valid(struct bt_conn *conn, enum bt_att_chan_opt chan_opt);
Datt.c94 enum bt_att_chan_opt chan_opt; member
425 static bool att_chan_matches_chan_opt(struct bt_att_chan *chan, enum bt_att_chan_opt chan_opt) in att_chan_matches_chan_opt() argument
427 __ASSERT_NO_MSG(chan_opt <= BT_ATT_CHAN_OPT_ENHANCED_ONLY); in att_chan_matches_chan_opt()
429 if (chan_opt == BT_ATT_CHAN_OPT_NONE) { in att_chan_matches_chan_opt()
434 return (chan_opt & BT_ATT_CHAN_OPT_ENHANCED_ONLY); in att_chan_matches_chan_opt()
436 return (chan_opt & BT_ATT_CHAN_OPT_UNENHANCED_ONLY); in att_chan_matches_chan_opt()
453 att_chan_matches_chan_opt(chan, meta->chan_opt)) { in get_first_buf_matching_chan()
482 if (att_chan_matches_chan_opt(chan, meta->chan_opt)) { in get_first_req_matching_chan()
742 !att_chan_matches_chan_opt(chan, bt_att_get_tx_meta_data(buf)->chan_opt)) { in bt_att_chan_send()
4103 enum bt_att_chan_opt chan_opt) in bt_att_set_tx_meta_data() argument
[all …]
Dgatt.c1352 sc->params.chan_opt = BT_ATT_CHAN_OPT_NONE; in sc_process()
2603 enum bt_att_chan_opt chan_opt) in gatt_req_send() argument
2611 !bt_att_chan_opt_valid(conn, chan_opt)) { in gatt_req_send()
2626 bt_att_set_tx_meta_data(buf, NULL, NULL, chan_opt); in gatt_req_send()
5423 params->disc_params->chan_opt = params->chan_opt; in gatt_ccc_discover()
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/notify/src/
Dgatt_client_test.c164 discover_params.chan_opt = opt; in gatt_discover()
250 sub_params_short.chan_opt = opt; in gatt_subscribe_short()
264 sub_params_short.chan_opt = opt; in gatt_unsubscribe_short()
279 sub_params_long.chan_opt = opt; in gatt_subscribe_long()
294 sub_params_long.chan_opt = opt; in gatt_unsubscribe_long()
Dgatt_server_test.c132 params.chan_opt = opt; in short_notify()
158 params.chan_opt = opt; in long_notify()
/Zephyr-latest/include/zephyr/bluetooth/
Dgatt.h1236 enum bt_att_chan_opt chan_opt; member
1350 params.chan_opt = BT_ATT_CHAN_OPT_NONE; in bt_gatt_notify()
1389 params.chan_opt = BT_ATT_CHAN_OPT_NONE; in bt_gatt_notify_uuid()
1437 enum bt_att_chan_opt chan_opt; member
1688 enum bt_att_chan_opt chan_opt; member
1795 enum bt_att_chan_opt chan_opt; member
1870 enum bt_att_chan_opt chan_opt; member
2078 enum bt_att_chan_opt chan_opt; member
/Zephyr-latest/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-latest/tests/bsim/bluetooth/host/att/eatt_notif/src/
Dserver_test.c118 discover_params.chan_opt = BT_ATT_CHAN_OPT_NONE; in gatt_discover()
166 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-latest/tests/bluetooth/common/testlib/src/
Datt_read.c139 IF_ENABLED(CONFIG_BT_EATT, ({ ctx.params.chan_opt = bearer; })) in bt_testlib_att_read_by_type_sync()
162 IF_ENABLED(CONFIG_BT_EATT, (ctx.params.chan_opt = bearer)); in bt_testlib_att_read_by_handle_sync()
186 IF_ENABLED(CONFIG_BT_EATT, (ctx.params.chan_opt = bearer)); in bt_testlib_gatt_long_read()
/Zephyr-latest/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-latest/subsys/logging/backends/
Dlog_backend_ble.c131 .chan_opt = BT_ATT_CHAN_OPT_NONE in line_out()
/Zephyr-latest/subsys/bluetooth/services/ots/
Dots_olcp.c228 ots->olcp_ind.params.chan_opt = BT_ATT_CHAN_OPT_NONE; in olcp_ind_send()
/Zephyr-latest/subsys/bluetooth/host/shell/
Dgatt.c72 #define SET_CHAN_OPT_ANY(params) (params).chan_opt = BT_ATT_CHAN_OPT_NONE
/Zephyr-latest/subsys/bluetooth/audio/
Dbap_unicast_client.c2190 client->write_params.chan_opt = BT_ATT_CHAN_OPT_NONE; in bt_bap_unicast_client_ep_send()
/Zephyr-latest/doc/releases/
Drelease-notes-3.1.rst29 must set the :c:member:`chan_opt` field on the GATT parameter structs.
Drelease-notes-3.2.rst68 must set the :c:member:`chan_opt` field on the GATT parameter structs.