Lines Matching refs:inst_index
102 static uint8_t inst_index(const struct tbs_inst *inst) in inst_index() function
310 LOG_DBG("Index %u: call index 0x%02x, reason %s", inst_index(inst), call_index, in tbs_set_terminate_reason()
541 LOG_DBG("Index %u, Provider name %s", inst_index(inst), inst->provider_name); in read_provider_name()
552 LOG_DBG("Index %u: value 0x%04x", inst_index(inst), value); in provider_name_cfg_changed()
561 LOG_DBG("Index %u: UCI %s", inst_index(inst), inst->uci); in read_uci()
571 LOG_DBG("Index %u: Technology 0x%02x", inst_index(inst), inst->technology); in read_technology()
582 LOG_DBG("Index %u: value 0x%04x", inst_index(inst), value); in technology_cfg_changed()
611 LOG_DBG("Index %u: URI scheme %.*s", inst_index(inst), read_buf.len, read_buf.data); in read_uri_scheme_list()
622 LOG_DBG("Index %u: value 0x%04x", inst_index(inst), value); in uri_scheme_list_cfg_changed()
631 LOG_DBG("Index %u: Signal strength 0x%02x", inst_index(inst), inst->signal_strength); in read_signal_strength()
642 LOG_DBG("Index %u: value 0x%04x", inst_index(inst), value); in signal_strength_cfg_changed()
652 inst_index(inst), inst->signal_strength_interval); in read_signal_strength_interval()
682 LOG_DBG("Index %u: 0x%02x", inst_index(inst), signal_strength_interval); in write_signal_strength_interval()
692 LOG_DBG("Index %u: value 0x%04x", inst_index(inst), value); in current_calls_cfg_changed()
702 LOG_DBG("Index %u", inst_index(inst)); in read_current_calls()
718 LOG_DBG("Index %u: CCID 0x%02x", inst_index(inst), inst->ccid); in read_ccid()
729 LOG_DBG("Index %u: status_flags 0x%04x", inst_index(inst), inst->status_flags); in read_status_flags()
740 LOG_DBG("Index %u: value 0x%04x", inst_index(inst), value); in status_flags_cfg_changed()
753 LOG_DBG("Index %u: call index 0x%02x, URI %s", inst_index(inst), in read_incoming_uri()
772 LOG_DBG("Index %u: value 0x%04x", inst_index(inst), value); in incoming_uri_cfg_changed()
781 LOG_DBG("Index %u", inst_index(inst)); in read_call_state()
797 LOG_DBG("Index %u: value 0x%04x", inst_index(inst), value); in call_state_cfg_changed()
1138 LOG_DBG("Index %u: Processing the %s opcode", inst_index(inst), in write_call_cp()
1268 inst_index(inst), bt_tbs_opcode_str(ccp->opcode), bt_tbs_status_str(status), in write_call_cp()
1304 LOG_DBG("Index %u: value 0x%04x", inst_index(inst), value); in call_cp_cfg_changed()
1314 LOG_DBG("Index %u: Supported opcodes 0x%02x", inst_index(inst), inst->optional_opcodes); in read_optional_opcodes()
1325 LOG_DBG("Index %u: value 0x%04x", inst_index(inst), value); in terminate_reason_cfg_changed()
1336 LOG_DBG("Index: 0x%02x call index 0x%02x, URI %s", inst_index(inst), in read_friendly_name()
1354 LOG_DBG("Index %u: value 0x%04x", inst_index(inst), value); in friendly_name_cfg_changed()
1365 LOG_DBG("Index: 0x%02x call index 0x%02x, URI %s", inst_index(inst), remote_uri->call_index, in read_incoming_call()
1384 LOG_DBG("Index %u: value 0x%04x", inst_index(inst), value); in in_call_cfg_changed()
1516 LOG_DBG("inst %p index 0x%02x", inst, inst_index(inst)); in tbs_inst_init_and_register()
1545 return inst_index(inst); in tbs_inst_init_and_register()