Home
last modified time | relevance | path

Searched refs:bt_tbs_client_read_status_flags (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/samples/bluetooth/hap_ha/src/
Dccp_call_ctrl.c46 err = bt_tbs_client_read_status_flags(conn, BT_TBS_GTBS_INDEX); in process_profile_connection()
/Zephyr-latest/include/zephyr/bluetooth/audio/
Dtbs.h1041 int bt_tbs_client_read_status_flags(struct bt_conn *conn, uint8_t inst_index);
/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dtbs_client_test.c437 err = bt_tbs_client_read_status_flags(default_conn, index); in test_status_flags()
/Zephyr-latest/subsys/bluetooth/audio/shell/
Dtbs_client.c816 result = bt_tbs_client_read_status_flags(default_conn, inst_index); in cmd_tbs_client_read_status_flags()
/Zephyr-latest/tests/bluetooth/tester/src/audio/
Dbtp_ccp.c589 err = bt_tbs_client_read_status_flags(conn, cp->inst_index); in ccp_read_status_flags()
/Zephyr-latest/subsys/bluetooth/audio/
Dtbs_client.c2275 int bt_tbs_client_read_status_flags(struct bt_conn *conn, uint8_t inst_index) in bt_tbs_client_read_status_flags() function