Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/services/
Dhrs.c88 static ssize_t ctrl_point_write(struct bt_conn *conn, const struct bt_gatt_attr *attr, in ctrl_point_write() function
97 if (listener->ctrl_point_write) { in ctrl_point_write()
98 err = listener->ctrl_point_write(*((uint8_t *)buf)); in ctrl_point_write()
127 NULL, ctrl_point_write, NULL),
/Zephyr-latest/include/zephyr/bluetooth/services/
Dhrs.h56 int (*ctrl_point_write)(uint8_t request); member
/Zephyr-latest/samples/bluetooth/peripheral/src/
Dmain.c413 .ctrl_point_write = bt_hrs_ctrl_point_write,