Lines Matching refs:monitor_handle
5290 ev.monitor_handle = cpu_to_le16(handle); in mgmt_adv_monitor_added()
5300 ev.monitor_handle = handle; in mgmt_adv_monitor_removed()
5373 rp.monitor_handle = cpu_to_le16(monitor->handle); in mgmt_add_adv_patterns_monitor_complete()
5389 rp.monitor_handle, status); in mgmt_add_adv_patterns_monitor_complete()
5602 rp.monitor_handle = cp->monitor_handle; in mgmt_remove_adv_monitor_complete()
5605 mgmt_adv_monitor_removed(cmd->sk, hdev, cp->monitor_handle); in mgmt_remove_adv_monitor_complete()
5615 rp.monitor_handle, status); in mgmt_remove_adv_monitor_complete()
5622 u16 handle = __le16_to_cpu(cp->monitor_handle); in mgmt_remove_adv_monitor_sync()
10270 ev.monitor_handle = cpu_to_le16(handle); in mgmt_adv_monitor_device_lost()
10285 __le16 *monitor_handle; in mgmt_send_adv_monitor_device_found() local
10301 monitor_handle = skb_put(advmon_skb, sizeof(*monitor_handle)); in mgmt_send_adv_monitor_device_found()
10302 *monitor_handle = cpu_to_le16(handle); in mgmt_send_adv_monitor_device_found()