Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/audio/
Dcap_acceptor.c86 bool bt_cap_acceptor_ccid_exist(const struct bt_conn *conn, uint8_t ccid) in bt_cap_acceptor_ccid_exist() function
Dcap_internal.h25 bool bt_cap_acceptor_ccid_exist(const struct bt_conn *conn, uint8_t ccid);
Dascs.c2212 if (!bt_cap_acceptor_ccid_exist(ep->stream->conn, ccid)) { in ascs_parse_metadata()