Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/tests/bluetooth/tester/src/
Dbtp_ccp.c34 static void tbs_client_discovered_ev(int err, uint8_t tbs_count, bool gtbs_found) in tbs_client_discovered_ev() argument
40 ev.gtbs_found = gtbs_found; in tbs_client_discovered_ev()
58 bool gtbs_found) in tbs_client_discover_cb() argument
60 LOG_DBG("Discovered TBS - err (%u) GTBS (%u)", err, gtbs_found); in tbs_client_discover_cb()
62 tbs_client_discovered_ev(err, tbs_count, gtbs_found); in tbs_client_discover_cb()
/Zephyr-Core-3.5.0/samples/bluetooth/tmap_peripheral/src/
Dccp_call_ctrl.c29 static void discover_cb(struct bt_conn *conn, int err, uint8_t tbs_count, bool gtbs_found) in discover_cb() argument
31 if (!gtbs_found) { in discover_cb()
/Zephyr-Core-3.5.0/samples/bluetooth/hap_ha/src/
Dccp_call_ctrl.c79 static void discover_cb(struct bt_conn *conn, int err, uint8_t tbs_count, bool gtbs_found) in discover_cb() argument
81 if (!gtbs_found) { in discover_cb()
/Zephyr-Core-3.5.0/tests/bluetooth/tester/src/btp/
Dbtp_ccp.h54 bool gtbs_found; member
/Zephyr-Core-3.5.0/include/zephyr/bluetooth/audio/
Dtbs.h356 uint8_t tbs_count, bool gtbs_found);
/Zephyr-Core-3.5.0/subsys/bluetooth/audio/
Dtbs_client.c684 static bool gtbs_found(struct bt_tbs_server_inst *srv_inst) in gtbs_found() function
712 tbs_client_cbs->discover(conn, err, inst_cnt(srv_inst), gtbs_found(srv_inst)); in tbs_client_discover_complete()
1576 inst_index = gtbs_found(srv_inst) ? BT_TBS_GTBS_INDEX : 0; in get_next_instance()
1612 inst_cnt(server), gtbs_found(server) ? "" : " not"); in primary_discover_complete()
1619 if (gtbs_found(server) || inst_cnt(server) > 0) { in primary_discover_complete()
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/audio/src/
Dtbs_client_test.c77 uint8_t count, bool gtbs_found) in tbs_client_discover_cb() argument