Searched refs:tbs_count (Results 1 – 6 of 6) 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 39 ev.tbs_count = tbs_count; in tbs_client_discovered_ev() 57 uint8_t tbs_count, in tbs_client_discover_cb() argument 62 tbs_client_discovered_ev(err, tbs_count, gtbs_found); in tbs_client_discover_cb()
|
/Zephyr-Core-3.5.0/tests/bluetooth/tester/src/btp/ |
D | btp_ccp.h | 53 uint8_t tbs_count; member
|
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/audio/src/ |
D | tbs_client_test.c | 19 static volatile uint8_t tbs_count; variable 86 tbs_count = count; in tbs_client_discover_cb() 371 for (uint8_t i = 0; i < tbs_count; i++) { in test_ccid()
|
/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
|
/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
|
/Zephyr-Core-3.5.0/include/zephyr/bluetooth/audio/ |
D | tbs.h | 356 uint8_t tbs_count, bool gtbs_found);
|