Home
last modified time | relevance | path

Searched refs:bt_gatt_notify_multiple (Results 1 – 6 of 6) sorted by relevance

/Zephyr-Core-3.6.0/tests/bsim/bluetooth/host/gatt/notify_multiple/src/
Dgatt_server_test.c122 err = bt_gatt_notify_multiple(g_conn, ARRAY_SIZE(params), params); in multiple_notify()
/Zephyr-Core-3.6.0/include/zephyr/bluetooth/
Dgatt.h1165 int bt_gatt_notify_multiple(struct bt_conn *conn,
/Zephyr-Core-3.6.0/subsys/bluetooth/host/
DKconfig.gatt140 ATT_MULTIPLE_HANDLE_VALUE_NTF PDUs is to use bt_gatt_notify_multiple.
Dgatt.c2957 int bt_gatt_notify_multiple(struct bt_conn *conn, in bt_gatt_notify_multiple() function
/Zephyr-Core-3.6.0/subsys/bluetooth/shell/
Dgatt.c1085 err = bt_gatt_notify_multiple(default_conn, cnt_u16, params); in cmd_notify_mult()
/Zephyr-Core-3.6.0/tests/bluetooth/tester/src/
Dbtp_gatt.c2152 err = bt_gatt_notify_multiple(conn, cp->cnt, params); in notify_mult()