Home
last modified time | relevance | path

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

/Linux-v5.15/net/bluetooth/
Dhci_sock.c553 hdr->index = cpu_to_le16(HCI_DEV_NONE); in create_monitor_ctrl_open()
591 hdr->index = cpu_to_le16(HCI_DEV_NONE); in create_monitor_ctrl_close()
649 hdr->index = cpu_to_le16(HCI_DEV_NONE); in send_monitor_note()
1135 if (haddr.hci_dev != HCI_DEV_NONE) { in hci_sock_bind()
1182 if (haddr.hci_dev == HCI_DEV_NONE) { in hci_sock_bind()
1270 if (haddr.hci_dev != HCI_DEV_NONE) { in hci_sock_bind()
1299 if (haddr.hci_dev != HCI_DEV_NONE) { in hci_sock_bind()
1318 if (haddr.hci_dev != HCI_DEV_NONE) { in hci_sock_bind()
/Linux-v5.15/include/net/bluetooth/
Dhci_sock.h42 #define HCI_DEV_NONE 0xffff macro