Searched refs:cis_handle (Results 1 – 3 of 3) sorted by relevance
| /linux/net/bluetooth/ |
| H A D | hci_event.c | 4375 handle = __le16_to_cpu(cp->cis[i].cis_handle); in hci_cs_le_create_cis() 7091 u16 acl_handle, cis_handle; in hci_le_cis_req_evt() 7097 cis_handle = __le16_to_cpu(ev->cis_handle); in hci_le_cis_req_evt() 7100 acl_handle, cis_handle, ev->cig_id, ev->cis_id); in hci_le_cis_req_evt() 7110 hci_le_reject_cis(hdev, ev->cis_handle); in hci_le_cis_req_evt() 7114 cis = hci_conn_hash_lookup_handle(hdev, cis_handle); in hci_le_cis_req_evt() 7117 HCI_ROLE_SLAVE, cis_handle); in hci_le_cis_req_evt() 7119 hci_le_reject_cis(hdev, ev->cis_handle); in hci_le_cis_req_evt() 7128 hci_le_accept_cis(hdev, ev->cis_handle); in hci_le_cis_req_evt() 7090 u16 acl_handle, cis_handle; hci_le_cis_req_evt() local [all...] |
| H A D | hci_sync.c | 7042 cis->cis_handle = cpu_to_le16(conn->handle); in hci_le_create_cis_sync()
|
| /linux/include/net/bluetooth/ |
| H A D | hci.h | 2185 __le16 cis_handle; member 3156 __le16 cis_handle; member
|