Searched refs:TLV_GET_LE16 (Results 1 – 1 of 1) sorted by relevance
125 #define TLV_GET_LE16(tlv) le16_to_cpu(*((__le16 *)(TO_TLV(tlv)->value))) macro223 hdev->def_page_scan_type = TLV_GET_LE16(buffer); in set_def_system_config()226 hdev->def_page_scan_int = TLV_GET_LE16(buffer); in set_def_system_config()229 hdev->def_page_scan_window = TLV_GET_LE16(buffer); in set_def_system_config()232 hdev->def_inq_scan_type = TLV_GET_LE16(buffer); in set_def_system_config()235 hdev->def_inq_scan_int = TLV_GET_LE16(buffer); in set_def_system_config()238 hdev->def_inq_scan_window = TLV_GET_LE16(buffer); in set_def_system_config()241 hdev->def_br_lsto = TLV_GET_LE16(buffer); in set_def_system_config()244 hdev->def_page_timeout = TLV_GET_LE16(buffer); in set_def_system_config()247 hdev->sniff_min_interval = TLV_GET_LE16(buffer); in set_def_system_config()[all …]