Searched refs:gtbs_found (Results 1 – 7 of 7) sorted by relevance
/Zephyr-Core-3.5.0/tests/bluetooth/tester/src/ |
D | btp_ccp.c | 34 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/ |
D | ccp_call_ctrl.c | 29 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/ |
D | ccp_call_ctrl.c | 79 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/ |
D | btp_ccp.h | 54 bool gtbs_found; member
|
/Zephyr-Core-3.5.0/include/zephyr/bluetooth/audio/ |
D | tbs.h | 356 uint8_t tbs_count, bool gtbs_found);
|
/Zephyr-Core-3.5.0/subsys/bluetooth/audio/ |
D | tbs_client.c | 684 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/ |
D | tbs_client_test.c | 77 uint8_t count, bool gtbs_found) in tbs_client_discover_cb() argument
|