Home
last modified time | relevance | path

Searched refs:advmon_skb (Results 1 – 1 of 1) sorted by relevance

/linux/net/bluetooth/
H A Dmgmt.c10162 struct sk_buff *advmon_skb; in mgmt_send_adv_monitor_device_found() local
10171 advmon_skb = mgmt_alloc_skb(hdev, MGMT_EV_ADV_MONITOR_DEVICE_FOUND, in mgmt_send_adv_monitor_device_found()
10173 if (!advmon_skb) in mgmt_send_adv_monitor_device_found()
10180 monitor_handle = skb_put(advmon_skb, sizeof(*monitor_handle)); in mgmt_send_adv_monitor_device_found()
10182 skb_put_data(advmon_skb, skb->data, skb->len); in mgmt_send_adv_monitor_device_found()
10184 mgmt_event_skb(advmon_skb, skip_sk); in mgmt_send_adv_monitor_device_found()