Home
last modified time | relevance | path

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

/Linux-v6.6/include/net/bluetooth/
Dsco.h45 __u16 hci_handle; member
Drfcomm.h288 __u16 hci_handle; member
Dl2cap.h87 __u16 hci_handle; member
Dhci.h2976 #define hci_handle(h) (h & 0x0fff) macro
/Linux-v6.6/net/bluetooth/
Dhci_core.c2922 type = hci_conn_lookup_type(hdev, hci_handle(handle)); in hci_recv_frame()
3857 handle = hci_handle(handle); in hci_acldata_packet()
3893 handle = hci_handle(handle); in hci_scodata_packet()
3931 handle = hci_handle(handle); in hci_isodata_packet()
Dsco.c1006 cinfo.hci_handle = sco_pi(sk)->conn->hcon->handle; in sco_sock_getsockopt_old()
Dl2cap_sock.c535 cinfo.hci_handle = chan->conn->hcon->handle; in l2cap_sock_getsockopt_old()
/Linux-v6.6/net/bluetooth/rfcomm/
Dsock.c787 cinfo.hci_handle = conn->hcon->handle; in rfcomm_sock_getsockopt_old()
/Linux-v6.6/drivers/bluetooth/
Dbtusb.c1213 handle = hci_handle(__le16_to_cpu(hdr->handle)); in btusb_validate_sco_handle()