Home
last modified time | relevance | path

Searched refs:gatt_indicate (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/samples/bluetooth/peripheral_ht/src/
Dhts.c99 goto gatt_indicate; in hts_indicate()
115 gatt_indicate: in hts_indicate()
/Zephyr-latest/tests/bsim/bluetooth/host/att/sequential/tester/src/
Dmain.c555 static void gatt_indicate(void) in gatt_indicate() function
617 gatt_indicate(); /* will prompt a confirmation PDU */ in test_procedure_0()
/Zephyr-latest/subsys/bluetooth/host/
Dgatt.c2645 static int gatt_indicate(struct bt_conn *conn, uint16_t handle, in gatt_indicate() function
2805 err = gatt_indicate(conn, data->handle, data->ind_params); in notify_cb()
3135 return gatt_indicate(conn, data.handle, params); in bt_gatt_indicate()