Home
last modified time | relevance | path

Searched refs:call_states (Results 1 – 6 of 6) sorted by relevance

/Zephyr-Core-3.5.0/tests/bluetooth/tester/src/
Dbtp_ccp.c146 const bt_tbs_client_call_state_t *call_states) in tbs_client_call_states_ev() argument
156 for (uint8_t n = 0; n < call_count; n++, call_states++) { in tbs_client_call_states_ev()
157 net_buf_simple_add_mem(buf, call_states, sizeof(bt_tbs_client_call_state_t)); in tbs_client_call_states_ev()
178 const bt_tbs_client_call_state_t *call_states) in tbs_client_call_states_cb() argument
182 tbs_client_call_states_ev(err, inst_index, call_count, call_states); in tbs_client_call_states_cb()
/Zephyr-Core-3.5.0/tests/bluetooth/tester/src/btp/
Dbtp_ccp.h62 struct bt_tbs_client_call_state call_states[0]; member
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/audio/src/
Dtbs_client_test.c43 const struct bt_tbs_client_call_state *call_states) in tbs_client_call_states_cb() argument
55 call_index = call_states[0].index; in tbs_client_call_states_cb()
56 call_state = call_states[0].state; in tbs_client_call_states_cb()
/Zephyr-Core-3.5.0/samples/bluetooth/hap_ha/src/
Dccp_call_ctrl.c131 const struct bt_tbs_client_call_state *call_states) in call_state_cb() argument
/Zephyr-Core-3.5.0/include/zephyr/bluetooth/audio/
Dtbs.h453 const struct bt_tbs_client_call_state *call_states);
/Zephyr-Core-3.5.0/subsys/bluetooth/audio/
Dtbs_client.c458 struct bt_tbs_client_call_state call_states[CONFIG_BT_TBS_CLIENT_MAX_CALLS]; in call_state_notify_handler() local
477 call_state = &call_states[cnt]; in call_state_notify_handler()
489 tbs_client_cbs->call_state(conn, 0, tbs_index(conn, tbs_inst), cnt, call_states); in call_state_notify_handler()
1195 struct bt_tbs_client_call_state call_states[CONFIG_BT_TBS_CLIENT_MAX_CALLS]; in read_call_state_cb() local
1249 call_state = &call_states[cnt]; in read_call_state_cb()
1263 tbs_client_cbs->call_state(conn, tbs_err, inst_index, cnt, call_states); in read_call_state_cb()