Searched refs:bt_gatt_write_without_response_cb (Results 1 – 7 of 7) sorted by relevance
/Zephyr-latest/samples/bluetooth/central_gatt_write/src/ |
D | gatt_write_common.c | 224 err = bt_gatt_write_without_response_cb(conn, 0x0001, data, data_len, in write_cmd()
|
/Zephyr-latest/include/zephyr/bluetooth/ |
D | gatt.h | 1928 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/ |
D | gatt_cli.c | 168 return bt_gatt_write_without_response_cb(conn, server->data_in_handle, in bt_mesh_gatt_send()
|
/Zephyr-latest/doc/connectivity/bluetooth/api/ |
D | gatt.rst | 85 or :c:func:`bt_gatt_write_without_response_cb` APIs can be used, with the
|
/Zephyr-latest/subsys/bluetooth/host/shell/ |
D | gatt.c | 530 err = bt_gatt_write_without_response_cb(default_conn, handle, in cmd_write_without_rsp()
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | gatt.c | 5059 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/ |
D | release-notes-3.1.rst | 1380 * :github:`45549` - bt_gatt_write_without_response_cb doesn't use callback
|