Lines Matching refs:ie
2314 struct inquiry_entry *ie; in hci_conn_request_evt() local
2351 ie = hci_inquiry_cache_lookup(hdev, &ev->bdaddr); in hci_conn_request_evt()
2352 if (ie) in hci_conn_request_evt()
2353 memcpy(ie->data.dev_class, ev->dev_class, 3); in hci_conn_request_evt()
3565 struct inquiry_entry *ie; in hci_clock_offset_evt() local
3567 ie = hci_inquiry_cache_lookup(hdev, &conn->dst); in hci_clock_offset_evt()
3568 if (ie) { in hci_clock_offset_evt()
3569 ie->data.clock_offset = ev->clock_offset; in hci_clock_offset_evt()
3570 ie->timestamp = jiffies; in hci_clock_offset_evt()
3596 struct inquiry_entry *ie; in hci_pscan_rep_mode_evt() local
3602 ie = hci_inquiry_cache_lookup(hdev, &ev->bdaddr); in hci_pscan_rep_mode_evt()
3603 if (ie) { in hci_pscan_rep_mode_evt()
3604 ie->data.pscan_rep_mode = ev->pscan_rep_mode; in hci_pscan_rep_mode_evt()
3605 ie->timestamp = jiffies; in hci_pscan_rep_mode_evt()
3693 struct inquiry_entry *ie; in hci_remote_ext_features_evt() local
3695 ie = hci_inquiry_cache_lookup(hdev, &conn->dst); in hci_remote_ext_features_evt()
3696 if (ie) in hci_remote_ext_features_evt()
3697 ie->data.ssp_mode = (ev->features[0] & LMP_HOST_SSP); in hci_remote_ext_features_evt()
4244 struct inquiry_entry *ie; in hci_remote_host_features_evt() local
4255 ie = hci_inquiry_cache_lookup(hdev, &ev->bdaddr); in hci_remote_host_features_evt()
4256 if (ie) in hci_remote_host_features_evt()
4257 ie->data.ssp_mode = (ev->features[0] & LMP_HOST_SSP); in hci_remote_host_features_evt()