Home
last modified time | relevance | path

Searched refs:unicast_discovery_complete (Results 1 – 5 of 5) sorted by relevance

/Zephyr-Core-3.5.0/subsys/bluetooth/audio/
Dcap_initiator.c463 if (cap_cb && cap_cb->unicast_discovery_complete) { in csis_client_discover_cb()
464 cap_cb->unicast_discovery_complete(conn, err, NULL); in csis_client_discover_cb()
477 if (cap_cb && cap_cb->unicast_discovery_complete) { in csis_client_discover_cb()
478 cap_cb->unicast_discovery_complete(conn, -ENODATA, in csis_client_discover_cb()
483 if (cap_cb && cap_cb->unicast_discovery_complete) { in csis_client_discover_cb()
484 cap_cb->unicast_discovery_complete(conn, 0, in csis_client_discover_cb()
499 if (cap_cb && cap_cb->unicast_discovery_complete) { in cap_unicast_discover_included_cb()
500 cap_cb->unicast_discovery_complete(conn, 0, NULL); in cap_unicast_discover_included_cb()
534 if (cap_cb && cap_cb->unicast_discovery_complete) { in cap_unicast_discover_included_cb()
535 cap_cb->unicast_discovery_complete(conn, in cap_unicast_discover_included_cb()
[all …]
/Zephyr-Core-3.5.0/include/zephyr/bluetooth/audio/
Dcap.h72 void (*unicast_discovery_complete)( member
/Zephyr-Core-3.5.0/samples/bluetooth/tmap_central/src/
Dcap_initiator.c151 .unicast_discovery_complete = cap_discovery_complete_cb,
/Zephyr-Core-3.5.0/subsys/bluetooth/audio/shell/
Dcap_initiator.c93 .unicast_discovery_complete = cap_discover_cb,
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/audio/src/
Dcap_initiator_unicast_test.c233 .unicast_discovery_complete = cap_discovery_complete_cb,