Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/net/bluetooth/
H A Dmgmt.c10145 struct sk_buff *advmon_skb; in mgmt_send_adv_monitor_device_found() local
10154 advmon_skb = mgmt_alloc_skb(hdev, MGMT_EV_ADV_MONITOR_DEVICE_FOUND, in mgmt_send_adv_monitor_device_found()
10156 if (!advmon_skb) in mgmt_send_adv_monitor_device_found()
10163 monitor_handle = skb_put(advmon_skb, sizeof(*monitor_handle)); in mgmt_send_adv_monitor_device_found()
10165 skb_put_data(advmon_skb, skb->data, skb->len); in mgmt_send_adv_monitor_device_found()
10167 mgmt_event_skb(advmon_skb, skip_sk); in mgmt_send_adv_monitor_device_found()

Completed in 12 milliseconds