Searched refs:start_ind (Results 1 – 3 of 3) sorted by relevance
200 int (*start_ind)(struct bt_avdtp *session, struct bt_avdtp_sep *sep, uint8_t *errcode); member
649 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()
889 .start_ind = a2dp_start_ind,