Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/bluetooth/host/classic/
Davdtp_internal.h192 int (*discovery_ind)(struct bt_avdtp *session, uint8_t *errcode); member
Davdtp.c184 if (session->ops->discovery_ind == NULL) { in avdtp_discover_handler()
187 err = session->ops->discovery_ind(session, &error_code); in avdtp_discover_handler()
Da2dp.c806 .discovery_ind = a2dp_discovery_ind,