Searched refs:tlv_type_nvm (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/bluetooth/
H A Dbtqca.h131 struct tlv_type_nvm { struct
H A Dbtqca.c286 struct tlv_type_nvm *tlv_nvm;
383 while (idx < length - sizeof(struct tlv_type_nvm)) {
384 tlv_nvm = (struct tlv_type_nvm *)(data + idx);
389 if (length < idx + sizeof(struct tlv_type_nvm) + tag_len)
432 idx += sizeof(struct tlv_type_nvm) + tag_len;

Completed in 130 milliseconds