Home
last modified time | relevance | path

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

/openbmc/linux/include/net/bluetooth/
H A Dsco.h45 __u16 hci_handle; member
H A Drfcomm.h288 __u16 hci_handle; member
H A Dl2cap.h85 __u16 hci_handle; member
H A Dhci.h2906 #define hci_handle(h) (h & 0x0fff) macro
/openbmc/linux/net/bluetooth/
H A Dhci_core.c2888 type = hci_conn_lookup_type(hdev, hci_handle(handle)); in hci_recv_frame()
3746 handle = hci_handle(handle); in hci_acldata_packet()
3783 handle = hci_handle(handle); in hci_scodata_packet()
3821 handle = hci_handle(handle); in hci_isodata_packet()
H A Dsco.c1015 cinfo.hci_handle = sco_pi(sk)->conn->hcon->handle; in sco_sock_getsockopt_old()
H A Dl2cap_sock.c536 cinfo.hci_handle = chan->conn->hcon->handle; in l2cap_sock_getsockopt_old()
/openbmc/linux/net/bluetooth/rfcomm/
H A Dsock.c784 cinfo.hci_handle = conn->hcon->handle; in rfcomm_sock_getsockopt_old()
/openbmc/linux/drivers/bluetooth/
H A Dbtusb.c1265 handle = hci_handle(__le16_to_cpu(hdr->handle)); in btusb_validate_sco_handle()