Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/bluetooth/audio/
Dtbs.h951 int bt_tbs_client_read_technology(struct bt_conn *conn, uint8_t inst_index);
/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dtbs_client_test.c418 err = bt_tbs_client_read_technology(default_conn, index); in test_technology()
/Zephyr-latest/subsys/bluetooth/audio/shell/
Dtbs_client.c536 result = bt_tbs_client_read_technology(default_conn, inst_index); in cmd_tbs_client_read_technology()
/Zephyr-latest/tests/bluetooth/tester/src/audio/
Dbtp_ccp.c443 err = bt_tbs_client_read_technology(conn, cp->inst_index); in ccp_read_bearer_tech()
/Zephyr-latest/subsys/bluetooth/audio/
Dtbs_client.c2114 int bt_tbs_client_read_technology(struct bt_conn *conn, uint8_t inst_index) in bt_tbs_client_read_technology() function