Lines Matching refs:monitor_handle
5159 ev.monitor_handle = cpu_to_le16(handle); in mgmt_adv_monitor_added()
5175 if (cp->monitor_handle) in mgmt_adv_monitor_removed()
5179 ev.monitor_handle = cpu_to_le16(handle); in mgmt_adv_monitor_removed()
5242 rp.monitor_handle = cpu_to_le16(monitor->handle); in mgmt_add_adv_patterns_monitor_complete()
5258 rp.monitor_handle, status); in mgmt_add_adv_patterns_monitor_complete()
5456 rp.monitor_handle = cp->monitor_handle; in mgmt_remove_adv_monitor_complete()
5467 rp.monitor_handle, status); in mgmt_remove_adv_monitor_complete()
5474 u16 handle = __le16_to_cpu(cp->monitor_handle); in mgmt_remove_adv_monitor_sync()
10157 ev.monitor_handle = cpu_to_le16(handle); in mgmt_adv_monitor_device_lost()
10172 __le16 *monitor_handle; in mgmt_send_adv_monitor_device_found() local
10188 monitor_handle = skb_put(advmon_skb, sizeof(*monitor_handle)); in mgmt_send_adv_monitor_device_found()
10189 *monitor_handle = cpu_to_le16(handle); in mgmt_send_adv_monitor_device_found()