/Zephyr-latest/subsys/bluetooth/host/ |
D | att_internal.h | 337 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);
|
D | att.c | 94 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 …]
|
D | gatt.c | 1352 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/ |
D | gatt_client_test.c | 164 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()
|
D | gatt_server_test.c | 132 params.chan_opt = opt; in short_notify() 158 params.chan_opt = opt; in long_notify()
|
/Zephyr-latest/include/zephyr/bluetooth/ |
D | gatt.h | 1236 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/ |
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-latest/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() 166 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-latest/tests/bluetooth/common/testlib/src/ |
D | att_read.c | 139 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/ |
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-latest/subsys/logging/backends/ |
D | log_backend_ble.c | 131 .chan_opt = BT_ATT_CHAN_OPT_NONE in line_out()
|
/Zephyr-latest/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-latest/subsys/bluetooth/host/shell/ |
D | gatt.c | 72 #define SET_CHAN_OPT_ANY(params) (params).chan_opt = BT_ATT_CHAN_OPT_NONE
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | bap_unicast_client.c | 2190 client->write_params.chan_opt = BT_ATT_CHAN_OPT_NONE; in bt_bap_unicast_client_ep_send()
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.1.rst | 29 must set the :c:member:`chan_opt` field on the GATT parameter structs.
|
D | release-notes-3.2.rst | 68 must set the :c:member:`chan_opt` field on the GATT parameter structs.
|