Searched refs:tbs_inst (Results  1 – 3 of 3) sorted by relevance
| /Zephyr-latest/subsys/bluetooth/audio/ | 
| D | tbs.c | 60 struct tbs_inst {  struct 104 static struct tbs_inst svc_insts[CONFIG_BT_TBS_BEARER_COUNT];  argument 105 static struct tbs_inst gtbs_inst; 119 static bool inst_is_registered(const struct tbs_inst *inst)  in inst_is_registered() 124 static bool inst_is_gtbs(const struct tbs_inst *inst)  in inst_is_gtbs() 133 static uint8_t inst_index(const struct tbs_inst *inst)  in inst_index() 149 static struct tbs_inst *inst_lookup_index(uint8_t index)  in inst_lookup_index() 151 	struct tbs_inst *inst = NULL;  in inst_lookup_index() 166 static struct bt_tbs_call *lookup_call_in_inst(struct tbs_inst *inst, uint8_t call_index)  in lookup_call_in_inst() 210 static bool inst_check_attr(struct tbs_inst *inst, const struct bt_gatt_attr *attr)  in inst_check_attr() [all …] 
 | 
| D | tbs_client.c | 385 					 const struct bt_tbs_instance *tbs_inst,  in provider_name_notify_handler()  argument 393 	provider_name_changed(conn, 0, tbs_index(conn, tbs_inst), name);  in provider_name_notify_handler() 411 				      const struct bt_tbs_instance *tbs_inst,  in technology_notify_handler()  argument 422 		technology_changed(conn, 0, tbs_index(conn, tbs_inst), technology);  in technology_notify_handler() 441 					   const struct bt_tbs_instance *tbs_inst,  in signal_strength_notify_handler()  argument 452 		signal_strength_changed(conn, 0, tbs_index(conn, tbs_inst), signal_strength);  in signal_strength_notify_handler() 459 					 const struct bt_tbs_instance *tbs_inst,  in current_calls_notify_handler()  argument 470 	bearer_list_current_calls(conn, tbs_inst, &buf);  in current_calls_notify_handler() 488 					const struct bt_tbs_instance *tbs_inst,  in status_flags_notify_handler()  argument 499 		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 …] 
 |