Searched refs:bt_gatt_indicate (Results 1 – 11 of 11) sorted by relevance
/Zephyr-Core-3.4.0/samples/bluetooth/peripheral_ht/src/ |
D | hts.c | 131 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/ |
D | service_b_3_2.c | 175 bt_gatt_indicate(NULL, &ind_params); in service_b_3_2_value_v6_indicate()
|
D | service_b_3_3.c | 175 bt_gatt_indicate(NULL, &ind_params); in service_b_3_3_value_v6_indicate()
|
/Zephyr-Core-3.4.0/subsys/bluetooth/services/ots/ |
D | ots_olcp.c | 234 return bt_gatt_indicate(NULL, &ots->olcp_ind.params); in olcp_ind_send()
|
D | ots_oacp.c | 676 return bt_gatt_indicate(NULL, &ots->oacp_ind.params); in oacp_ind_send()
|
/Zephyr-Core-3.4.0/doc/connectivity/bluetooth/api/ |
D | gatt.rst | 62 :c:func:`bt_gatt_indicate` API.
|
/Zephyr-Core-3.4.0/samples/bluetooth/peripheral/src/ |
D | main.c | 398 if (bt_gatt_indicate(NULL, &ind_params) == 0) { in main()
|
/Zephyr-Core-3.4.0/include/zephyr/bluetooth/ |
D | gatt.h | 1269 int bt_gatt_indicate(struct bt_conn *conn,
|
/Zephyr-Core-3.4.0/subsys/bluetooth/audio/ |
D | has.c | 490 return bt_gatt_indicate(client->conn, &client->params.ind); in control_point_send()
|
/Zephyr-Core-3.4.0/subsys/bluetooth/host/ |
D | gatt.c | 1345 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/ |
D | btp_gatt.c | 874 bt_gatt_indicate(NULL, &indicate_params); in alloc_value()
|