Home
last modified time | relevance | path

Searched refs:TO_TLV (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/net/bluetooth/
H A Dmgmt_config.c80 #define TO_TLV(x) ((struct mgmt_tlv *)(x)) macro
81 #define TLV_GET_LE16(tlv) le16_to_cpu(*((__le16 *)(TO_TLV(tlv)->value)))
97 const u8 len = TO_TLV(buffer)->length; in set_def_system_config()
100 const u16 type = le16_to_cpu(TO_TLV(buffer)->type); in set_def_system_config()
162 const u8 len = TO_TLV(buffer)->length; in set_def_system_config()
165 const u16 type = le16_to_cpu(TO_TLV(buffer)->type); in set_def_system_config()