Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/bluetooth/
H A Dhci_intel.c244 static const u8 lpm_resume_ack[] = { LPM_OP_RESUME_ACK, 0x00 }; in intel_lpm_host_wake() local
252 skb = bt_skb_alloc(sizeof(lpm_resume_ack), GFP_KERNEL); in intel_lpm_host_wake()
258 skb_put_data(skb, lpm_resume_ack, sizeof(lpm_resume_ack)); in intel_lpm_host_wake()
/kernel/linux/linux-6.6/drivers/bluetooth/
H A Dhci_intel.c244 static const u8 lpm_resume_ack[] = { LPM_OP_RESUME_ACK, 0x00 }; in intel_lpm_host_wake() local
252 skb = bt_skb_alloc(sizeof(lpm_resume_ack), GFP_KERNEL); in intel_lpm_host_wake()
258 skb_put_data(skb, lpm_resume_ack, sizeof(lpm_resume_ack)); in intel_lpm_host_wake()

Completed in 3 milliseconds