Lines Matching refs:ie
2225 struct inquiry_entry *ie; in hci_conn_request_evt() local
2262 ie = hci_inquiry_cache_lookup(hdev, &ev->bdaddr); in hci_conn_request_evt()
2263 if (ie) in hci_conn_request_evt()
2264 memcpy(ie->data.dev_class, ev->dev_class, 3); in hci_conn_request_evt()
3546 struct inquiry_entry *ie; in hci_clock_offset_evt() local
3548 ie = hci_inquiry_cache_lookup(hdev, &conn->dst); in hci_clock_offset_evt()
3549 if (ie) { in hci_clock_offset_evt()
3550 ie->data.clock_offset = ev->clock_offset; in hci_clock_offset_evt()
3551 ie->timestamp = jiffies; in hci_clock_offset_evt()
3577 struct inquiry_entry *ie; in hci_pscan_rep_mode_evt() local
3583 ie = hci_inquiry_cache_lookup(hdev, &ev->bdaddr); in hci_pscan_rep_mode_evt()
3584 if (ie) { in hci_pscan_rep_mode_evt()
3585 ie->data.pscan_rep_mode = ev->pscan_rep_mode; in hci_pscan_rep_mode_evt()
3586 ie->timestamp = jiffies; in hci_pscan_rep_mode_evt()
3674 struct inquiry_entry *ie; in hci_remote_ext_features_evt() local
3676 ie = hci_inquiry_cache_lookup(hdev, &conn->dst); in hci_remote_ext_features_evt()
3677 if (ie) in hci_remote_ext_features_evt()
3678 ie->data.ssp_mode = (ev->features[0] & LMP_HOST_SSP); in hci_remote_ext_features_evt()
4233 struct inquiry_entry *ie; in hci_remote_host_features_evt() local
4244 ie = hci_inquiry_cache_lookup(hdev, &ev->bdaddr); in hci_remote_host_features_evt()
4245 if (ie) in hci_remote_host_features_evt()
4246 ie->data.ssp_mode = (ev->features[0] & LMP_HOST_SSP); in hci_remote_host_features_evt()