Searched refs:tag_to_use (Results 1 – 2 of 2) sorted by relevance
154 uint32_t tag_to_use = 0; in btstack_link_key_db_tlv_put_link_key() local156 tag_to_use = tag_for_addr; in btstack_link_key_db_tlv_put_link_key()158 tag_to_use = tag_for_empty; in btstack_link_key_db_tlv_put_link_key()160 tag_to_use = tag_for_lowest_seq_nr; in btstack_link_key_db_tlv_put_link_key()166 log_info("store with tag %x", (unsigned int) tag_to_use); in btstack_link_key_db_tlv_put_link_key()175 …int result = self->btstack_tlv_impl->store_tag(self->btstack_tlv_context, tag_to_use, (uint8_t*) &… in btstack_link_key_db_tlv_put_link_key()
1107 uint32_t tag_to_use = 0u; in att_server_persistent_ccc_write() local1109 tag_to_use = tag_for_empty; in att_server_persistent_ccc_write()1111 tag_to_use = tag_for_lowest_seq_nr; in att_server_persistent_ccc_write()1121 …int result = tlv_impl->store_tag(tlv_context, tag_to_use, (uint8_t *) &entry, sizeof(persistent_cc… in att_server_persistent_ccc_write()