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.c87 struct bt_gatt_write_params write_params;
1062 struct bt_gatt_write_params *params) in csip_set_coordinator_write_restore_cb()
1104 struct bt_gatt_write_params *params) in csip_set_coordinator_write_lock_cb()
1178 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.c179 struct bt_gatt_write_params *params) in gatt_write_cb()
196 static struct bt_gatt_write_params write_params; in gatt_write()
219 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.c360 struct bt_gatt_write_params *params) in write_done()
365 static void gatt_write(struct bt_conn *conn, struct bt_gatt_write_params *params) in gatt_write()
408 static struct bt_gatt_write_params parmesans[100]; in test_procedure_1()
/Zephyr-latest/tests/bsim/bluetooth/host/misc/disable/src/
Dgatt_client_test.c172 struct bt_gatt_write_params *params) in gatt_write_cb()
185 static struct bt_gatt_write_params write_params; in gatt_write()
/Zephyr-latest/tests/bsim/bluetooth/host/security/ccc_update/src/
Dcentral.c45 struct bt_gatt_write_params *params) in gatt_write_cb()
60 struct bt_gatt_write_params params; in gatt_write()
/Zephyr-latest/include/zephyr/bluetooth/
Dgatt.h1845 struct bt_gatt_write_params;
1855 struct bt_gatt_write_params *params);
1858 struct bt_gatt_write_params { struct
1896 int bt_gatt_write(struct bt_conn *conn, struct bt_gatt_write_params *params);
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/settings/src/
Dgatt_utils.c258 static void write_cb(struct bt_conn *conn, uint8_t err, struct bt_gatt_write_params *params) in write_cb()
273 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.c248 static void write_cb(struct bt_conn *conn, uint8_t err, struct bt_gatt_write_params *params) in write_cb()
265 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.c206 static void gatt_write_cb(struct bt_conn *conn, uint8_t err, struct bt_gatt_write_params *params) in gatt_write_cb()
216 static struct bt_gatt_write_params write_params; in gatt_write()
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/caching/src/
Dgatt_client_test.c281 static void write_cb(struct bt_conn *conn, uint8_t err, struct bt_gatt_write_params *params) in write_cb()
297 static struct bt_gatt_write_params write_params = { in enable_robust_caching()
/Zephyr-latest/doc/connectivity/bluetooth/api/
Dgatt.rst83 :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