Searched refs:bt_gatt_write_without_response_cb (Results 1 – 7 of 7) sorted by relevance
| /Zephyr-latest/include/zephyr/bluetooth/ |
| D | gatt.h | 2042 int bt_gatt_write_without_response_cb(struct bt_conn *conn, uint16_t handle, 2069 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/samples/bluetooth/central_gatt_write/src/ |
| D | gatt_write_common.c | 397 err = bt_gatt_write_without_response_cb(conn, 0x0001, data, data_len, in write_cmd()
|
| /Zephyr-latest/doc/connectivity/bluetooth/api/ |
| D | gatt.rst | 90 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 | 5075 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
|