Lines Matching refs:monitor_handle
5191 ev.monitor_handle = cpu_to_le16(handle); in mgmt_adv_monitor_added()
5207 if (cp->monitor_handle) in mgmt_adv_monitor_removed()
5211 ev.monitor_handle = cpu_to_le16(handle); in mgmt_adv_monitor_removed()
5274 rp.monitor_handle = cpu_to_le16(monitor->handle); in mgmt_add_adv_patterns_monitor_complete()
5290 rp.monitor_handle, status); in mgmt_add_adv_patterns_monitor_complete()
5488 rp.monitor_handle = cp->monitor_handle; in mgmt_remove_adv_monitor_complete()
5499 rp.monitor_handle, status); in mgmt_remove_adv_monitor_complete()
5506 u16 handle = __le16_to_cpu(cp->monitor_handle); in mgmt_remove_adv_monitor_sync()
10202 ev.monitor_handle = cpu_to_le16(handle); in mgmt_adv_monitor_device_lost()
10217 __le16 *monitor_handle; in mgmt_send_adv_monitor_device_found() local
10233 monitor_handle = skb_put(advmon_skb, sizeof(*monitor_handle)); in mgmt_send_adv_monitor_device_found()
10234 *monitor_handle = cpu_to_le16(handle); in mgmt_send_adv_monitor_device_found()