Home
last modified time | relevance | path

Searched refs:notify_cb (Results 1 – 14 of 14) sorted by relevance

/Zephyr-latest/tests/bsim/bluetooth/host/att/mtu_update/src/
Dmain_central.c29 static uint8_t notify_cb(struct bt_conn *conn, struct bt_gatt_subscribe_params *params, in notify_cb() function
49 run_central_sample(notify_cb); in test_central_main()
/Zephyr-latest/samples/bluetooth/mtu_update/central/src/
Dcentral_mtu_update.c42 bt_gatt_notify_func_t notify_cb; variable
56 if (notify_cb != NULL) { in notify_func()
57 notify_cb(conn, params, data, length); in notify_func()
253 notify_cb = cb; in run_central_sample()
/Zephyr-latest/include/zephyr/ipc/
Dipc_static_vrings.h88 ipc_notify_cb notify_cb; member
/Zephyr-latest/subsys/ipc/ipc_service/lib/
Dipc_static_vrings.c19 if (vr->notify_cb) { in ipc_virtio_notify()
20 vr->notify_cb(vq, vr->priv); in ipc_virtio_notify()
/Zephyr-latest/tests/bsim/bluetooth/host/att/eatt_notif/src/
Dserver_test.c141 static uint8_t notify_cb(struct bt_conn *conn, in notify_cb() function
171 subscribe_params.notify = notify_cb; in gatt_subscribe()
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/ccc_store/src/
Dcentral.c46 static uint8_t notify_cb(struct bt_conn *conn, struct bt_gatt_subscribe_params *params, in notify_cb() function
86 subscribe_params.notify = notify_cb; in ccc_subscribe()
/Zephyr-latest/tests/drivers/smbus/smbus_emul/src/
Dsmbus.c263 static void notify_cb(const struct device *dev, struct smbus_callback *cb, in notify_cb() function
272 .handler = notify_cb,
/Zephyr-latest/subsys/bluetooth/audio/
Dcsip_set_member.c747 static void notify_cb(struct bt_conn *conn, void *data) in notify_cb() function
782 bt_conn_foreach(BT_CONN_TYPE_LE, notify_cb, NULL); in deferred_nfy_work_handler()
Dmcs.c1019 static void notify_cb(struct bt_conn *conn, void *data) in notify_cb() function
1186 bt_conn_foreach(BT_CONN_TYPE_LE, notify_cb, NULL); in deferred_nfy_work_handler()
Dpacs.c1069 static void notify_cb(struct bt_conn *conn, void *data) in notify_cb() function
1158 bt_conn_foreach(BT_CONN_TYPE_LE, notify_cb, NULL); in deferred_nfy_work_handler()
/Zephyr-latest/subsys/bluetooth/host/shell/
Dgatt.c1012 static void notify_cb(struct bt_conn *conn, void *user_data) in notify_cb() function
1072 params[i].func = notify_cb; in cmd_notify_mult()
/Zephyr-latest/subsys/ipc/ipc_service/backends/
Dipc_rpmsg_static_vrings.c581 data->vr.notify_cb = virtio_notify_cb; in open()
/Zephyr-latest/tests/bluetooth/tester/src/
Dbtp_gatt.c2104 static void notify_cb(struct bt_conn *conn, void *user_data) in notify_cb() function
2148 params[i].func = notify_cb; in notify_mult()
/Zephyr-latest/subsys/bluetooth/host/
Dgatt.c2731 static uint8_t notify_cb(const struct bt_gatt_attr *attr, uint16_t handle, in notify_cb() function
2934 1, notify_cb, &data); in bt_gatt_notify_cb()
3161 1, notify_cb, &data); in bt_gatt_indicate()