Home
last modified time | relevance | path

Searched refs:bt_gatt_write_params (Results 1 – 25 of 34) sorted by relevance

12

/Zephyr-latest/tests/bluetooth/common/testlib/src/
Datt_write.c20 struct bt_gatt_write_params params;
25 static void att_write_cb(struct bt_conn *conn, uint8_t att_err, struct bt_gatt_write_params *params) in att_write_cb()
/Zephyr-latest/subsys/bluetooth/audio/
Dmicp_internal.h37 struct bt_gatt_write_params write_params;
Dvcp_internal.h70 struct bt_gatt_write_params write_params;
Dvocs_internal.h71 struct bt_gatt_write_params write_params;
Dhas_internal.h178 struct bt_gatt_write_params write;
Dmcc_internal.h116 struct bt_gatt_write_params write_params;
Daics_internal.h83 struct bt_gatt_write_params write_params;
Dcsip_set_coordinator.c86 struct bt_gatt_write_params write_params;
1057 struct bt_gatt_write_params *params) in csip_set_coordinator_write_restore_cb()
1099 struct bt_gatt_write_params *params) in csip_set_coordinator_write_lock_cb()
1173 struct bt_gatt_write_params *params) in csip_set_coordinator_write_release_cb()
Dmcc.c315 struct bt_gatt_write_params *params) in mcs_write_track_position_cb()
377 struct bt_gatt_write_params *params) in mcs_write_playback_speed_cb()
509 struct bt_gatt_write_params *params) in mcs_write_current_track_obj_id_cb()
577 struct bt_gatt_write_params *params) in mcs_write_next_track_obj_id_cb()
682 struct bt_gatt_write_params *params) in mcs_write_current_group_obj_id_cb()
747 struct bt_gatt_write_params *params) in mcs_write_playing_order_cb()
836 struct bt_gatt_write_params *params) in mcs_write_cp_cb()
909 struct bt_gatt_write_params *params) in mcs_write_scp_cb()
Dhas_client.c283 struct bt_gatt_write_params *params) in read_presets_req_cb()
316 struct bt_gatt_write_params *params) in set_active_preset_cb()
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/authorization/src/
Dgatt_client_test.c189 struct bt_gatt_write_params *params) in gatt_write_cb()
206 static struct bt_gatt_write_params write_params; in gatt_write()
229 static struct bt_gatt_write_params write_params; in gatt_cp_write()
/Zephyr-latest/samples/bluetooth/channel_sounding/src/
Dcs_test_reflector.c131 static void write_func(struct bt_conn *conn, uint8_t err, struct bt_gatt_write_params *params) in write_func()
152 struct bt_gatt_write_params write_params; in main()
Dconnected_cs_reflector.c149 static void write_func(struct bt_conn *conn, uint8_t err, struct bt_gatt_write_params *params) in write_func()
174 struct bt_gatt_write_params write_params; in main()
/Zephyr-latest/tests/bsim/bluetooth/host/att/pipeline/dut/src/
Dmain.c358 struct bt_gatt_write_params *params) in write_done()
363 static void gatt_write(struct bt_conn *conn, struct bt_gatt_write_params *params) in gatt_write()
406 static struct bt_gatt_write_params parmesans[100]; in test_procedure_1()
/Zephyr-latest/tests/bsim/bluetooth/host/misc/disable/src/
Dgatt_client_test.c181 struct bt_gatt_write_params *params) in gatt_write_cb()
194 static struct bt_gatt_write_params write_params; in gatt_write()
/Zephyr-latest/tests/bsim/bluetooth/host/security/ccc_update/src/
Dcentral.c47 struct bt_gatt_write_params *params) in gatt_write_cb()
62 struct bt_gatt_write_params params; in gatt_write()
/Zephyr-latest/include/zephyr/bluetooth/
Dgatt.h1966 struct bt_gatt_write_params;
1976 struct bt_gatt_write_params *params);
1979 struct bt_gatt_write_params { struct
2013 int bt_gatt_write(struct bt_conn *conn, struct bt_gatt_write_params *params); argument
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/settings/src/
Dgatt_utils.c260 static void write_cb(struct bt_conn *conn, uint8_t err, struct bt_gatt_write_params *params) in write_cb()
275 static struct bt_gatt_write_params write_params = { in activate_robust_caching()
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/notify_multiple/src/
Dgatt_client_test.c259 static void write_cb(struct bt_conn *conn, uint8_t err, struct bt_gatt_write_params *params) in write_cb()
276 static struct bt_gatt_write_params write_params = { in write_csf()
/Zephyr-latest/samples/bluetooth/periodic_adv_rsp/src/
Dmain.c220 static void write_func(struct bt_conn *conn, uint8_t err, struct bt_gatt_write_params *params) in write_func()
257 struct bt_gatt_write_params write_params; in main()
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/general/src/
Dgatt_client_test.c218 static void gatt_write_cb(struct bt_conn *conn, uint8_t err, struct bt_gatt_write_params *params) in gatt_write_cb()
228 static struct bt_gatt_write_params write_params; in gatt_write()
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/caching/src/
Dgatt_client_test.c292 static void write_cb(struct bt_conn *conn, uint8_t err, struct bt_gatt_write_params *params) in write_cb()
308 static struct bt_gatt_write_params write_params = { in enable_robust_caching()
/Zephyr-latest/doc/connectivity/bluetooth/api/
Dgatt.rst88 :c:struct:`bt_gatt_write_params` struct as parameters. In case the write
/Zephyr-latest/include/zephyr/bluetooth/services/
Dots.h838 struct bt_gatt_write_params write_params;
/Zephyr-latest/subsys/bluetooth/services/ots/
Dots_client.c573 struct bt_gatt_write_params *params) in write_olcp_cb()
1160 struct bt_gatt_write_params *params) in write_oacp_cp_cb()
1176 struct bt_gatt_write_params *params) in write_oacp_cp_write_req_cb()

12