Searched refs:tbs_count (Results 1 – 6 of 6) sorted by relevance
/Zephyr-latest/tests/bsim/bluetooth/audio/src/ |
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 | 80 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/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()
|
/Zephyr-latest/include/zephyr/bluetooth/audio/ |
D | tbs.h | 589 uint8_t tbs_count, bool gtbs_found);
|