Home
last modified time | relevance | path

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

/linux-6.6.21/include/net/bluetooth/
Dsco.h45 __u16 hci_handle; member
Drfcomm.h288 __u16 hci_handle; member
Dl2cap.h87 __u16 hci_handle; member
Dhci.h2979 #define hci_handle(h) (h & 0x0fff) macro
/linux-6.6.21/net/bluetooth/
Dhci_core.c2926 type = hci_conn_lookup_type(hdev, hci_handle(handle)); in hci_recv_frame()
3861 handle = hci_handle(handle); in hci_acldata_packet()
3897 handle = hci_handle(handle); in hci_scodata_packet()
3935 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-6.6.21/net/bluetooth/rfcomm/
Dsock.c787 cinfo.hci_handle = conn->hcon->handle; in rfcomm_sock_getsockopt_old()
/linux-6.6.21/drivers/bluetooth/
Dbtusb.c1217 handle = hci_handle(__le16_to_cpu(hdr->handle)); in btusb_validate_sco_handle()