Searched refs:bt_gatt_notify_cb (Results 1 – 13 of 13) sorted by relevance
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/notify/src/ |
D | gatt_server_test.c | 135 err = bt_gatt_notify_cb(g_conn, ¶ms); in short_notify() 161 err = bt_gatt_notify_cb(g_conn, ¶ms); in long_notify()
|
/Zephyr-latest/doc/connectivity/bluetooth/api/ |
D | gatt.rst | 59 alternatively there is :c:func:`bt_gatt_notify_cb` where it is possible to 86 later working similarly to :c:func:`bt_gatt_notify_cb`.
|
/Zephyr-latest/subsys/logging/backends/ |
D | log_backend_ble.c | 135 const int notify_res = bt_gatt_notify_cb(ble_backend_conn, ¬ify_param); in line_out()
|
/Zephyr-latest/include/zephyr/bluetooth/ |
D | gatt.h | 1261 int bt_gatt_notify_cb(struct bt_conn *conn, 1353 return bt_gatt_notify_cb(conn, ¶ms); in bt_gatt_notify() 1392 return bt_gatt_notify_cb(conn, ¶ms); in bt_gatt_notify_uuid()
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | pb_gatt_srv.c | 270 return bt_gatt_notify_cb(conn, ¶ms); in gatt_send()
|
D | proxy_srv.c | 1216 return bt_gatt_notify_cb(conn, ¶ms); in proxy_send()
|
/Zephyr-latest/modules/openthread/platform/ |
D | ble.c | 268 if (bt_gatt_notify_cb(ot_plat_ble_connection, ¶ms)) { in otPlatBleGattServerIndicate()
|
/Zephyr-latest/tests/bluetooth/audio/mocks/src/ |
D | gatt.c | 174 int bt_gatt_notify_cb(struct bt_conn *conn, struct bt_gatt_notify_params *params) in bt_gatt_notify_cb() function
|
/Zephyr-latest/subsys/mgmt/mcumgr/transport/src/ |
D | smp_bt.c | 522 rc = bt_gatt_notify_cb(conn, ¬ify_param); in smp_bt_tx_pkt()
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | pacs.c | 825 err = bt_gatt_notify_cb(conn, ¶ms); in pacs_gatt_notify()
|
D | has.c | 771 return bt_gatt_notify_cb(client->conn, &client->params.ntf); in control_point_send()
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | gatt.c | 2865 int bt_gatt_notify_cb(struct bt_conn *conn, in bt_gatt_notify_cb() function
|
/Zephyr-latest/doc/releases/ |
D | release-notes-2.0.rst | 416 * GATT: Simplified the bt_gatt_notify_cb() API
|