Searched refs:tbs_inst (Results 1 – 3 of 3) sorted by relevance
/Zephyr-latest/subsys/bluetooth/audio/ |
D | tbs.c | 43 struct tbs_inst { struct 73 static struct tbs_inst svc_insts[CONFIG_BT_TBS_BEARER_COUNT]; argument 74 static struct tbs_inst gtbs_inst; 88 static bool inst_is_registered(const struct tbs_inst *inst) in inst_is_registered() 93 static bool inst_is_gtbs(const struct tbs_inst *inst) in inst_is_gtbs() 102 static uint8_t inst_index(const struct tbs_inst *inst) in inst_index() 118 static struct tbs_inst *inst_lookup_index(uint8_t index) in inst_lookup_index() 120 struct tbs_inst *inst = NULL; in inst_lookup_index() 135 static struct bt_tbs_call *lookup_call_in_inst(struct tbs_inst *inst, uint8_t call_index) in lookup_call_in_inst() 179 static bool inst_check_attr(struct tbs_inst *inst, const struct bt_gatt_attr *attr) in inst_check_attr() [all …]
|
D | tbs_client.c | 386 const struct bt_tbs_instance *tbs_inst, in provider_name_notify_handler() argument 394 provider_name_changed(conn, 0, tbs_index(conn, tbs_inst), name); in provider_name_notify_handler() 412 const struct bt_tbs_instance *tbs_inst, in technology_notify_handler() argument 423 technology_changed(conn, 0, tbs_index(conn, tbs_inst), technology); in technology_notify_handler() 442 const struct bt_tbs_instance *tbs_inst, in signal_strength_notify_handler() argument 453 signal_strength_changed(conn, 0, tbs_index(conn, tbs_inst), signal_strength); in signal_strength_notify_handler() 460 const struct bt_tbs_instance *tbs_inst, in current_calls_notify_handler() argument 471 bearer_list_current_calls(conn, tbs_inst, &buf); in current_calls_notify_handler() 489 const struct bt_tbs_instance *tbs_inst, in status_flags_notify_handler() argument 500 status_flags_changed(conn, 0, tbs_index(conn, tbs_inst), status_flags); in status_flags_notify_handler() [all …]
|
/Zephyr-latest/tests/bluetooth/tester/src/audio/ |
D | btp_ccp.c | 21 struct bt_tbs_instance *tbs_inst; variable 243 tbs_inst = bt_tbs_client_get_by_ccid(conn, inst_ccid); in tbs_client_read_val_cb() 245 tbs_handles.provider_name = tbs_inst->name_sub_params.value_handle; in tbs_client_read_val_cb() 246 tbs_handles.bearer_uci = tbs_inst->bearer_uci_handle; in tbs_client_read_val_cb() 247 tbs_handles.bearer_technology = tbs_inst->technology_sub_params.value_handle; in tbs_client_read_val_cb() 248 tbs_handles.uri_list = tbs_inst->uri_list_handle; in tbs_client_read_val_cb() 249 tbs_handles.signal_strength = tbs_inst->signal_strength_sub_params.value_handle; in tbs_client_read_val_cb() 250 tbs_handles.signal_interval = tbs_inst->signal_interval_handle; in tbs_client_read_val_cb() 251 tbs_handles.current_calls = tbs_inst->current_calls_sub_params.value_handle; in tbs_client_read_val_cb() 252 tbs_handles.ccid = tbs_inst->ccid_handle; in tbs_client_read_val_cb() [all …]
|