Lines Matching refs:bdaddr
86 bdaddr_t bdaddr; member
185 bdaddr_t *bdaddr, __u8 addr_type, in msft_monitor_device_del() argument
197 (!bdaddr || (!bacmp(bdaddr, &dev->bdaddr) && in msft_monitor_device_del()
201 &dev->bdaddr, in msft_monitor_device_del()
603 static void msft_device_found(struct hci_dev *hdev, bdaddr_t *bdaddr, in msft_device_found() argument
615 bacpy(&dev->bdaddr, bdaddr); in msft_device_found()
626 static void msft_device_lost(struct hci_dev *hdev, bdaddr_t *bdaddr, in msft_device_lost() argument
629 if (!msft_monitor_device_del(hdev, mgmt_handle, bdaddr, addr_type, in msft_device_lost()
632 MSFT_EV_LE_MONITOR_DEVICE, bdaddr); in msft_device_lost()
662 ev->monitor_state, &ev->bdaddr); in msft_monitor_device_evt()
685 msft_device_found(hdev, &ev->bdaddr, addr_type, in msft_monitor_device_evt()
688 msft_device_lost(hdev, &ev->bdaddr, addr_type, in msft_monitor_device_evt()