Home
last modified time | relevance | path

Searched refs:bt_gatt_write_without_response_cb (Results 1 – 7 of 7) sorted by relevance

/Zephyr-latest/samples/bluetooth/central_gatt_write/src/
Dgatt_write_common.c224 err = bt_gatt_write_without_response_cb(conn, 0x0001, data, data_len, in write_cmd()
/Zephyr-latest/include/zephyr/bluetooth/
Dgatt.h1928 int bt_gatt_write_without_response_cb(struct bt_conn *conn, uint16_t handle,
1958 return bt_gatt_write_without_response_cb(conn, handle, data, length, in bt_gatt_write_without_response()
/Zephyr-latest/subsys/bluetooth/mesh/
Dgatt_cli.c168 return bt_gatt_write_without_response_cb(conn, server->data_in_handle, in bt_mesh_gatt_send()
/Zephyr-latest/doc/connectivity/bluetooth/api/
Dgatt.rst85 or :c:func:`bt_gatt_write_without_response_cb` APIs can be used, with the
/Zephyr-latest/subsys/bluetooth/host/shell/
Dgatt.c530 err = bt_gatt_write_without_response_cb(default_conn, handle, in cmd_write_without_rsp()
/Zephyr-latest/subsys/bluetooth/host/
Dgatt.c5059 int bt_gatt_write_without_response_cb(struct bt_conn *conn, uint16_t handle, in bt_gatt_write_without_response_cb() function
/Zephyr-latest/doc/releases/
Drelease-notes-3.1.rst1380 * :github:`45549` - bt_gatt_write_without_response_cb doesn't use callback