Home
last modified time | relevance | path

Searched refs:notify_func (Results 1 – 10 of 10) sorted by relevance

/Zephyr-latest/samples/bluetooth/mtu_update/central/src/
Dcentral_mtu_update.c44 static uint8_t notify_func(struct bt_conn *conn, in notify_func() function
97 subscribe_params.notify = notify_func; in discover_func()
/Zephyr-latest/samples/bluetooth/central_hr/src/
Dmain.c32 static uint8_t notify_func(struct bt_conn *conn, in notify_func() function
86 subscribe_params.notify = notify_func; in discover_func()
/Zephyr-latest/samples/bluetooth/central_ht/src/
Dmain.c48 static uint8_t notify_func(struct bt_conn *conn, in notify_func() function
109 subscribe_params.notify = notify_func; in discover_func()
/Zephyr-latest/doc/connectivity/bluetooth/shell/audio/
Dcsip.rst119 <dbg> bt_csip_set_coordinator.notify_func: Instance 0 lock was locked
121 <dbg> bt_csip_set_coordinator.notify_func: Instance 0 lock was locked
130 <dbg> bt_csip_set_coordinator.notify_func: Instance 0 lock was released
132 <dbg> bt_csip_set_coordinator.notify_func: Instance 0 lock was released
/Zephyr-latest/subsys/bluetooth/mesh/
Dgatt_cli.c56 static uint8_t notify_func(struct bt_conn *conn, in notify_func() function
145 server->subscribe.notify = notify_func; in discover_func()
/Zephyr-latest/tests/bsim/bluetooth/ll/conn/src/
Dtest_connect1.c132 static uint8_t notify_func(struct bt_conn *conn, in notify_func() function
218 subscribe_params.notify = notify_func; in discover_func()
/Zephyr-latest/samples/boards/bbc/microbit/pong/src/
Dble.c131 static uint8_t notify_func(struct bt_conn *conn, in notify_func() function
207 subscribe_param.notify = notify_func; in discover_func()
/Zephyr-latest/tests/bsim/bluetooth/host/misc/conn_stress/central/src/
Dmain.c177 static uint8_t notify_func(struct bt_conn *conn, struct bt_gatt_subscribe_params *params, in notify_func() function
269 conn_info_ref->subscribe_params.notify = notify_func; in discover_func()
/Zephyr-latest/subsys/bluetooth/host/shell/
Dgatt.c547 static uint8_t notify_func(struct bt_conn *conn, in notify_func() function
582 subscribe_params.notify = notify_func; in cmd_subscribe()
630 subscribe_params.notify = notify_func; in cmd_resubscribe()
/Zephyr-latest/tests/bluetooth/tester/src/
Dbtp_gatt.c1895 static uint8_t notify_func(struct bt_conn *conn, in notify_func() function
2005 subscription->notify = notify_func; in enable_subscription()