Home
last modified time | relevance | path

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

/linux/include/net/bluetooth/
H A Drfcomm.h288 __u16 hci_handle; member
H A Dhci.h3461 #define hci_handle(h) (h & 0x0fff) macro
3466 return hci_handle(__le16_to_cpu(hci_acl_hdr(skb)->handle)); in hci_acl_handle()
/linux/net/bluetooth/rfcomm/
H A Dsock.c801 cinfo.hci_handle = conn->hcon->handle; in rfcomm_sock_getsockopt_old()
/linux/net/bluetooth/
H A Dhci_core.c3812 handle = hci_handle(handle); in hci_acldata_packet()
3844 handle = hci_handle(handle); in hci_scodata_packet()
3877 handle = hci_handle(handle); in hci_isodata_packet()
H A Dsco.c1149 cinfo.hci_handle = sco_pi(sk)->conn->hcon->handle; in sco_sock_getsockopt_old()
H A Dl2cap_sock.c563 cinfo.hci_handle = conn->hcon->handle; in l2cap_sock_getsockopt()