Searched refs:tbs_count (Results 1 – 12 of 12) sorted by relevance
| /Zephyr-latest/subsys/bluetooth/audio/shell/ |
| D | ccp_call_control_client.c | 29 uint8_t tbs_count = 0U; in ccp_call_control_client_discover_cb() local 39 tbs_count = bearers->tbs_count; in ccp_call_control_client_discover_cb() 43 gtbs_bearer != NULL ? "GTBS and " : "", tbs_count); in ccp_call_control_client_discover_cb()
|
| /Zephyr-latest/subsys/bluetooth/audio/ |
| D | ccp_call_control_client.c | 111 bearers->tbs_bearers[bearers->tbs_count++] = &client->bearers[i]; in populate_bearers() 116 static void tbs_client_discover_cb(struct bt_conn *conn, int err, uint8_t tbs_count, in tbs_client_discover_cb() argument 123 LOG_DBG("conn %p err %d tbs_count %u gtbs_found %d", (void *)conn, err, tbs_count, in tbs_client_discover_cb() 134 for (uint8_t i = 0U; i < tbs_count; i++) { in tbs_client_discover_cb() 140 tbs_count, ARRAY_SIZE(client->bearers)); in tbs_client_discover_cb()
|
| /Zephyr-latest/include/zephyr/bluetooth/audio/ |
| D | ccp.h | 117 size_t tbs_count; member
|
| D | tbs.h | 590 uint8_t tbs_count, bool gtbs_found);
|
| /Zephyr-latest/tests/bsim/bluetooth/audio/src/ |
| D | ccp_call_control_client_test.c | 38 bearers->gtbs_bearer != NULL ? "GTBS and " : "", bearers->tbs_count); in ccp_call_control_client_discover_cb()
|
| D | tbs_client_test.c | 27 static volatile uint8_t tbs_count; variable 94 tbs_count = count; in tbs_client_discover_cb() 375 for (uint8_t i = 0; i < tbs_count; i++) { in test_ccid()
|
| /Zephyr-latest/samples/bluetooth/tmap_peripheral/src/ |
| D | ccp_call_ctrl.c | 31 static void discover_cb(struct bt_conn *conn, int err, uint8_t tbs_count, bool gtbs_found) in discover_cb() argument
|
| /Zephyr-latest/samples/bluetooth/hap_ha/src/ |
| D | ccp_call_ctrl.c | 82 static void discover_cb(struct bt_conn *conn, int err, uint8_t tbs_count, bool gtbs_found) in discover_cb() argument
|
| /Zephyr-latest/tests/bluetooth/tester/src/audio/btp/ |
| D | btp_ccp.h | 160 uint8_t tbs_count; member
|
| /Zephyr-latest/tests/bluetooth/audio/ccp_call_control_client/src/ |
| D | main.c | 184 mock_ccp_call_control_client_discover_cb_fake.arg2_history[0]->tbs_count); in ZTEST_F()
|
| /Zephyr-latest/samples/bluetooth/ccp_call_control_client/src/ |
| D | main.c | 203 bearers->gtbs_bearer != NULL ? "GTBS and " : "", bearers->tbs_count); in ccp_call_control_client_discover_cb()
|
| /Zephyr-latest/tests/bluetooth/tester/src/audio/ |
| D | btp_ccp.c | 67 static void tbs_client_discovered_ev(int err, uint8_t tbs_count, bool gtbs_found) in tbs_client_discovered_ev() argument 72 ev.tbs_count = tbs_count; in tbs_client_discovered_ev() 157 static void tbs_client_discover_cb(struct bt_conn *conn, int err, uint8_t tbs_count, in tbs_client_discover_cb() argument 169 tbs_client_discovered_ev(err, tbs_count, gtbs_found); in tbs_client_discover_cb()
|