H A D | mgmt.c | 6341 * We cannot use update_[adv|scan_rsp]_data() here as the in set_adv_sync() 10083 u16 eir_len, u8 *scan_rsp, u8 scan_rsp_len) in is_filter_match() 10106 !eir_has_uuids(scan_rsp, scan_rsp_len, in is_filter_match() 10236 u16 eir_len, u8 *scan_rsp, u8 scan_rsp_len, in mesh_device_found() 10260 for (i = 0; i + 1 < scan_rsp_len; i += scan_rsp[i] + 1) { in mesh_device_found() 10265 if (hdev->mesh_ad_types[j] == scan_rsp[i + 1]) in mesh_device_found() 10293 skb_put_data(skb, scan_rsp, scan_rsp_len); in mesh_device_found() 10302 u8 *eir, u16 eir_len, u8 *scan_rsp, u8 scan_rsp_len, in mgmt_device_found() 10311 eir, eir_len, scan_rsp, scan_rsp_len, in mgmt_device_found() 10329 if (!is_filter_match(hdev, rssi, eir, eir_len, scan_rsp, in mgmt_device_found() 10082 is_filter_match(struct hci_dev *hdev, s8 rssi, u8 *eir, u16 eir_len, u8 *scan_rsp, u8 scan_rsp_len) is_filter_match() argument 10234 mesh_device_found(struct hci_dev *hdev, bdaddr_t *bdaddr, u8 addr_type, s8 rssi, u32 flags, u8 *eir, u16 eir_len, u8 *scan_rsp, u8 scan_rsp_len, u64 instant) mesh_device_found() argument 10300 mgmt_device_found(struct hci_dev *hdev, bdaddr_t *bdaddr, u8 link_type, u8 addr_type, u8 *dev_class, s8 rssi, u32 flags, u8 *eir, u16 eir_len, u8 *scan_rsp, u8 scan_rsp_len, u64 instant) mgmt_device_found() argument [all...] |