scan_rsp_len      180 include/net/bluetooth/hci_core.h 	__u16	scan_rsp_len;
scan_rsp_len     1142 include/net/bluetooth/hci_core.h 			 u16 scan_rsp_len, u8 *scan_rsp_data,
scan_rsp_len     1572 include/net/bluetooth/hci_core.h 		       u8 *eir, u16 eir_len, u8 *scan_rsp, u8 scan_rsp_len);
scan_rsp_len      550 include/net/bluetooth/mgmt.h 	__u8	scan_rsp_len;
scan_rsp_len     2840 net/bluetooth/hci_core.c 			 u16 scan_rsp_len, u8 *scan_rsp_data,
scan_rsp_len     2868 net/bluetooth/hci_core.c 	adv_instance->scan_rsp_len = scan_rsp_len;
scan_rsp_len     2873 net/bluetooth/hci_core.c 	if (scan_rsp_len)
scan_rsp_len     2875 net/bluetooth/hci_core.c 		       scan_rsp_data, scan_rsp_len);
scan_rsp_len      918 net/bluetooth/hci_request.c 	return adv_instance->scan_rsp_len;
scan_rsp_len      937 net/bluetooth/hci_request.c 	return adv_instance->scan_rsp_len;
scan_rsp_len     1167 net/bluetooth/hci_request.c 	u8 scan_rsp_len = 0;
scan_rsp_len     1170 net/bluetooth/hci_request.c 		scan_rsp_len = append_appearance(hdev, ptr, scan_rsp_len);
scan_rsp_len     1173 net/bluetooth/hci_request.c 	return append_local_name(hdev, ptr, scan_rsp_len);
scan_rsp_len     1181 net/bluetooth/hci_request.c 	u8 scan_rsp_len = 0;
scan_rsp_len     1190 net/bluetooth/hci_request.c 		scan_rsp_len = append_appearance(hdev, ptr, scan_rsp_len);
scan_rsp_len     1193 net/bluetooth/hci_request.c 	memcpy(&ptr[scan_rsp_len], adv_instance->scan_rsp_data,
scan_rsp_len     1194 net/bluetooth/hci_request.c 	       adv_instance->scan_rsp_len);
scan_rsp_len     1196 net/bluetooth/hci_request.c 	scan_rsp_len += adv_instance->scan_rsp_len;
scan_rsp_len     1199 net/bluetooth/hci_request.c 		scan_rsp_len = append_local_name(hdev, ptr, scan_rsp_len);
scan_rsp_len     1201 net/bluetooth/hci_request.c 	return scan_rsp_len;
scan_rsp_len     6565 net/bluetooth/mgmt.c 	if (data_len != sizeof(*cp) + cp->adv_data_len + cp->scan_rsp_len)
scan_rsp_len     6601 net/bluetooth/mgmt.c 			       cp->scan_rsp_len, false)) {
scan_rsp_len     6609 net/bluetooth/mgmt.c 				   cp->scan_rsp_len,
scan_rsp_len     7777 net/bluetooth/mgmt.c 			    u16 eir_len, u8 *scan_rsp, u8 scan_rsp_len)
scan_rsp_len     7800 net/bluetooth/mgmt.c 		    !eir_has_uuids(scan_rsp, scan_rsp_len,
scan_rsp_len     7823 net/bluetooth/mgmt.c 		       u8 *eir, u16 eir_len, u8 *scan_rsp, u8 scan_rsp_len)
scan_rsp_len     7843 net/bluetooth/mgmt.c 				     scan_rsp_len))
scan_rsp_len     7862 net/bluetooth/mgmt.c 	if (sizeof(*ev) + eir_len + scan_rsp_len + 5 > sizeof(buf))
scan_rsp_len     7893 net/bluetooth/mgmt.c 	if (scan_rsp_len > 0)
scan_rsp_len     7895 net/bluetooth/mgmt.c 		memcpy(ev->eir + eir_len, scan_rsp, scan_rsp_len);
scan_rsp_len     7897 net/bluetooth/mgmt.c 	ev->eir_len = cpu_to_le16(eir_len + scan_rsp_len);
scan_rsp_len     7898 net/bluetooth/mgmt.c 	ev_size = sizeof(*ev) + eir_len + scan_rsp_len;