Home
last modified time | relevance | path

Searched refs:bt_nus_send (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/include/zephyr/bluetooth/services/
Dnus.h125 static inline int bt_nus_send(struct bt_conn *conn, const void *data, uint16_t len) in bt_nus_send() function
/Zephyr-latest/samples/bluetooth/peripheral_nus/src/
Dmain.c77 err = bt_nus_send(NULL, hello_world, strlen(hello_world)); in main()