Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/classic/
Davdtp_internal.h200 int (*start_ind)(struct bt_avdtp *session, struct bt_avdtp_sep *sep, uint8_t *errcode); member
Davdtp.c649 if ((sep == NULL) || (session->ops->start_ind == NULL)) { in avdtp_start_handler()
656 err = session->ops->start_ind(session, sep, &error_code); in avdtp_start_handler()
Da2dp.c889 .start_ind = a2dp_start_ind,