Searched refs:adv_monitor (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/net/bluetooth/ |
H A D | msft.h | 22 int msft_add_monitor_pattern(struct hci_dev *hdev, struct adv_monitor *monitor); 23 int msft_remove_monitor(struct hci_dev *hdev, struct adv_monitor *monitor); 45 struct adv_monitor *monitor) in msft_add_monitor_pattern() 51 struct adv_monitor *monitor) in msft_remove_monitor()
|
H A D | msft.c | 260 struct adv_monitor *monitor, in msft_le_monitor_advertisement_cb() 369 struct adv_monitor *monitor, in msft_le_cancel_monitor_advertisement_cb() 425 struct adv_monitor *monitor) in msft_remove_monitor_sync() 453 struct adv_monitor *monitor; in msft_suspend_sync() 477 static bool msft_monitor_rssi_valid(struct adv_monitor *monitor) in msft_monitor_rssi_valid() 500 static bool msft_monitor_pattern_valid(struct adv_monitor *monitor) in msft_monitor_pattern_valid() 507 struct adv_monitor *monitor) in msft_add_monitor_sync() 585 struct adv_monitor *monitor; in reregister_monitor() 673 struct adv_monitor *monitor; in msft_do_close() 1153 int msft_add_monitor_pattern(struct hci_dev *hdev, struct adv_monitor *monitor) in msft_add_monitor_pattern() [all …]
|
H A D | hci_core.c | 1837 struct adv_monitor *monitor; in hci_adv_monitors_clear() 1849 void hci_free_adv_monitor(struct hci_dev *hdev, struct adv_monitor *monitor) in hci_free_adv_monitor() 1877 int hci_add_adv_monitor(struct hci_dev *hdev, struct adv_monitor *monitor) in hci_add_adv_monitor() 1924 struct adv_monitor *monitor) in hci_remove_adv_monitor() 1961 struct adv_monitor *monitor = idr_find(&hdev->adv_monitors_idr, handle); in hci_remove_single_adv_monitor() 1972 struct adv_monitor *monitor; in hci_remove_all_adv_monitor()
|
H A D | mgmt.c | 5180 struct adv_monitor *monitor = NULL; in read_adv_mon_features() 5231 struct adv_monitor *monitor = cmd->user_data; in mgmt_add_adv_patterns_monitor_complete() 5257 struct adv_monitor *monitor = cmd->user_data; in mgmt_add_adv_patterns_monitor_sync() 5263 struct adv_monitor *m, u8 status, in __add_adv_patterns_monitor() 5310 static void parse_adv_monitor_rssi(struct adv_monitor *m, in parse_adv_monitor_rssi() 5335 static u8 parse_adv_monitor_pattern(struct adv_monitor *m, u8 pattern_count, in parse_adv_monitor_pattern() 5370 struct adv_monitor *m = NULL; in add_adv_patterns_monitor() 5407 struct adv_monitor *m = NULL; in add_adv_patterns_monitor_rssi()
|
/openbmc/linux/include/net/bluetooth/ |
H A D | hci_core.h | 303 struct adv_monitor { struct 1748 void hci_free_adv_monitor(struct hci_dev *hdev, struct adv_monitor *monitor); 1749 int hci_add_adv_monitor(struct hci_dev *hdev, struct adv_monitor *monitor);
|