Home
last modified time | relevance | path

Searched refs:gtbs_found (Results 1 – 8 of 8) sorted by relevance

/Zephyr-latest/subsys/bluetooth/audio/
Dccp_call_control_client.c117 bool gtbs_found) in tbs_client_discover_cb() argument
124 gtbs_found); in tbs_client_discover_cb()
128 if (IS_ENABLED(CONFIG_BT_TBS_CLIENT_GTBS) && gtbs_found) { in tbs_client_discover_cb()
135 const uint8_t idx = i + (gtbs_found ? 1 : 0); in tbs_client_discover_cb()
Dtbs_client.c802 static bool gtbs_found(struct bt_tbs_server_inst *srv_inst) in gtbs_found() function
841 listener->discover(conn, err, inst_cnt(srv_inst), gtbs_found(srv_inst)); in tbs_client_discover_complete()
1742 inst_index = gtbs_found(srv_inst) ? BT_TBS_GTBS_INDEX : 0; in get_next_instance()
1778 inst_cnt(server), gtbs_found(server) ? "" : " not"); in primary_discover_complete()
1785 if (gtbs_found(server) || inst_cnt(server) > 0) { in primary_discover_complete()
/Zephyr-latest/samples/bluetooth/tmap_peripheral/src/
Dccp_call_ctrl.c31 static void discover_cb(struct bt_conn *conn, int err, uint8_t tbs_count, bool gtbs_found) in discover_cb() argument
33 if (!gtbs_found) { in discover_cb()
/Zephyr-latest/samples/bluetooth/hap_ha/src/
Dccp_call_ctrl.c82 static void discover_cb(struct bt_conn *conn, int err, uint8_t tbs_count, bool gtbs_found) in discover_cb() argument
84 if (!gtbs_found) { in discover_cb()
/Zephyr-latest/tests/bluetooth/tester/src/audio/btp/
Dbtp_ccp.h161 bool gtbs_found; member
/Zephyr-latest/tests/bluetooth/tester/src/audio/
Dbtp_ccp.c67 static void tbs_client_discovered_ev(int err, uint8_t tbs_count, bool gtbs_found) in tbs_client_discovered_ev() argument
73 ev.gtbs_found = gtbs_found; in tbs_client_discovered_ev()
158 bool gtbs_found) in tbs_client_discover_cb() argument
165 LOG_DBG("Discovered TBS - err (%u) GTBS (%u)", err, gtbs_found); in tbs_client_discover_cb()
169 tbs_client_discovered_ev(err, tbs_count, gtbs_found); in tbs_client_discover_cb()
/Zephyr-latest/include/zephyr/bluetooth/audio/
Dtbs.h590 uint8_t tbs_count, bool gtbs_found);
/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dtbs_client_test.c85 uint8_t count, bool gtbs_found) in tbs_client_discover_cb() argument