Home
last modified time | relevance | path

Searched refs:bt_gatt_notify_params (Results 1 – 17 of 17) sorted by relevance

/Zephyr-latest/tests/bluetooth/audio/mocks/src/
Dgatt.c42 struct bt_gatt_notify_params *);
84 static void notify_params_deep_copy_destroy(struct bt_gatt_notify_params *params) in notify_params_deep_copy_destroy()
86 struct bt_gatt_notify_params *copy; in notify_params_deep_copy_destroy()
109 struct bt_gatt_notify_params *copy; in notify_params_deep_copy_destroy_all()
158 static struct bt_gatt_notify_params *notify_params_deep_copy(struct bt_gatt_notify_params *params) in notify_params_deep_copy()
160 struct bt_gatt_notify_params *copy; in notify_params_deep_copy()
174 int bt_gatt_notify_cb(struct bt_conn *conn, struct bt_gatt_notify_params *params) in bt_gatt_notify_cb()
176 struct bt_gatt_notify_params *copy; in bt_gatt_notify_cb()
/Zephyr-latest/tests/bluetooth/audio/mocks/include/
Dgatt.h17 struct bt_gatt_notify_params *);
Dgatt_expects.h18 struct bt_gatt_notify_params *params; \
/Zephyr-latest/include/zephyr/bluetooth/
Dgatt.h1214 struct bt_gatt_notify_params { struct
1262 struct bt_gatt_notify_params *params);
1317 struct bt_gatt_notify_params params[]);
1342 struct bt_gatt_notify_params params; in bt_gatt_notify()
1380 struct bt_gatt_notify_params params; in bt_gatt_notify_uuid()
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/notify/src/
Dgatt_server_test.c122 static struct bt_gatt_notify_params params = { in short_notify()
148 static struct bt_gatt_notify_params params = { in long_notify()
/Zephyr-latest/subsys/logging/backends/
Dlog_backend_ble.c123 struct bt_gatt_notify_params notify_param = { in line_out()
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/notify_multiple/src/
Dgatt_server_test.c104 static struct bt_gatt_notify_params params[] = { in multiple_notify()
/Zephyr-latest/subsys/bluetooth/mesh/
Dpb_gatt_srv.c262 struct bt_gatt_notify_params params = { in gatt_send()
Dproxy_srv.c1208 struct bt_gatt_notify_params params = { in proxy_send()
/Zephyr-latest/tests/bluetooth/audio/ascs/src/
Dmain.c172 struct bt_gatt_notify_params *notify_params; in ZTEST_F()
218 struct bt_gatt_notify_params *notify_params; in ZTEST_F()
/Zephyr-latest/modules/openthread/platform/
Dble.c249 struct bt_gatt_notify_params params = {.uuid = BT_UUID_TCAT_SERVICE_TX, in otPlatBleGattServerIndicate()
/Zephyr-latest/subsys/mgmt/mcumgr/transport/src/
Dsmp_bt.c454 struct bt_gatt_notify_params notify_param = { in smp_bt_tx_pkt()
/Zephyr-latest/subsys/bluetooth/host/
Dgatt.c2324 struct bt_gatt_notify_params *nfy_params;
2423 struct bt_gatt_notify_params *params) in gatt_add_nfy_to_buf()
2435 struct bt_gatt_notify_params *params) in gatt_notify_mult()
2485 struct bt_gatt_notify_params *params) in gatt_notify()
2866 struct bt_gatt_notify_params *params) in bt_gatt_notify_cb()
2924 struct bt_gatt_notify_params params[], in gatt_notify_multiple_verify_args()
2974 struct bt_gatt_notify_params params[], in gatt_notify_multiple_verify_params()
3032 struct bt_gatt_notify_params params[]) in bt_gatt_notify_multiple()
/Zephyr-latest/subsys/bluetooth/audio/
Dpacs.c813 struct bt_gatt_notify_params params; in pacs_gatt_notify()
Dhas.c212 struct bt_gatt_notify_params ntf;
/Zephyr-latest/subsys/bluetooth/host/shell/
Dgatt.c1021 struct bt_gatt_notify_params params[max_cnt]; in cmd_notify_mult()
/Zephyr-latest/tests/bluetooth/tester/src/
Dbtp_gatt.c2114 struct bt_gatt_notify_params params[max_cnt]; in notify_mult()