Home
last modified time | relevance | path

Searched refs:bt_gatt_notify_cb (Results 1 – 13 of 13) sorted by relevance

/Zephyr-latest/tests/bsim/bluetooth/host/gatt/notify/src/
Dgatt_server_test.c135 err = bt_gatt_notify_cb(g_conn, &params); in short_notify()
161 err = bt_gatt_notify_cb(g_conn, &params); in long_notify()
/Zephyr-latest/doc/connectivity/bluetooth/api/
Dgatt.rst59 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/
Dlog_backend_ble.c135 const int notify_res = bt_gatt_notify_cb(ble_backend_conn, &notify_param); in line_out()
/Zephyr-latest/include/zephyr/bluetooth/
Dgatt.h1261 int bt_gatt_notify_cb(struct bt_conn *conn,
1353 return bt_gatt_notify_cb(conn, &params); in bt_gatt_notify()
1392 return bt_gatt_notify_cb(conn, &params); in bt_gatt_notify_uuid()
/Zephyr-latest/subsys/bluetooth/mesh/
Dpb_gatt_srv.c270 return bt_gatt_notify_cb(conn, &params); in gatt_send()
Dproxy_srv.c1216 return bt_gatt_notify_cb(conn, &params); in proxy_send()
/Zephyr-latest/modules/openthread/platform/
Dble.c268 if (bt_gatt_notify_cb(ot_plat_ble_connection, &params)) { in otPlatBleGattServerIndicate()
/Zephyr-latest/tests/bluetooth/audio/mocks/src/
Dgatt.c174 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/
Dsmp_bt.c522 rc = bt_gatt_notify_cb(conn, &notify_param); in smp_bt_tx_pkt()
/Zephyr-latest/subsys/bluetooth/audio/
Dpacs.c825 err = bt_gatt_notify_cb(conn, &params); in pacs_gatt_notify()
Dhas.c771 return bt_gatt_notify_cb(client->conn, &client->params.ntf); in control_point_send()
/Zephyr-latest/subsys/bluetooth/host/
Dgatt.c2865 int bt_gatt_notify_cb(struct bt_conn *conn, in bt_gatt_notify_cb() function
/Zephyr-latest/doc/releases/
Drelease-notes-2.0.rst416 * GATT: Simplified the bt_gatt_notify_cb() API