Home
last modified time | relevance | path

Searched refs:bt_gatt_indicate (Results 1 – 11 of 11) sorted by relevance

/Zephyr-Core-3.4.0/samples/bluetooth/peripheral_ht/src/
Dhts.c131 if (bt_gatt_indicate(NULL, &ind_params) == 0) { in hts_indicate()
/Zephyr-Core-3.4.0/tests/bsim/bluetooth/ll/edtt/gatt_test_app/src/gatt/
Dservice_b_3_2.c175 bt_gatt_indicate(NULL, &ind_params); in service_b_3_2_value_v6_indicate()
Dservice_b_3_3.c175 bt_gatt_indicate(NULL, &ind_params); in service_b_3_3_value_v6_indicate()
/Zephyr-Core-3.4.0/subsys/bluetooth/services/ots/
Dots_olcp.c234 return bt_gatt_indicate(NULL, &ots->olcp_ind.params); in olcp_ind_send()
Dots_oacp.c676 return bt_gatt_indicate(NULL, &ots->oacp_ind.params); in oacp_ind_send()
/Zephyr-Core-3.4.0/doc/connectivity/bluetooth/api/
Dgatt.rst62 :c:func:`bt_gatt_indicate` API.
/Zephyr-Core-3.4.0/samples/bluetooth/peripheral/src/
Dmain.c398 if (bt_gatt_indicate(NULL, &ind_params) == 0) { in main()
/Zephyr-Core-3.4.0/include/zephyr/bluetooth/
Dgatt.h1269 int bt_gatt_indicate(struct bt_conn *conn,
/Zephyr-Core-3.4.0/subsys/bluetooth/audio/
Dhas.c490 return bt_gatt_indicate(client->conn, &client->params.ind); in control_point_send()
/Zephyr-Core-3.4.0/subsys/bluetooth/host/
Dgatt.c1345 if (bt_gatt_indicate(NULL, &sc->params)) { in sc_process()
3071 int bt_gatt_indicate(struct bt_conn *conn, in bt_gatt_indicate() function
3267 if (bt_gatt_indicate(conn, &sc_restore_params[index])) { in sc_restore()
/Zephyr-Core-3.4.0/tests/bluetooth/tester/src/
Dbtp_gatt.c874 bt_gatt_indicate(NULL, &indicate_params); in alloc_value()