Lines Matching refs:con_handle
280 le16toh(ep->con_handle)); in hci_create_connection()
317 cp.con_handle = (uint16_t) (n & 0x0fff); in hci_disconnect()
318 cp.con_handle = htole16(cp.con_handle); in hci_disconnect()
355 le16toh(ep->con_handle)); in hci_disconnect()
396 cp.con_handle = (uint16_t) (n & 0x0fff); in hci_add_sco_connection()
397 cp.con_handle = htole16(cp.con_handle); in hci_add_sco_connection()
435 le16toh(ep->con_handle)); in hci_add_sco_connection()
460 cp.con_handle = (uint16_t) (n & 0x0fff); in hci_change_connection_packet_type()
461 cp.con_handle = htole16(cp.con_handle); in hci_change_connection_packet_type()
506 le16toh(ep->con_handle)); in hci_change_connection_packet_type()
623 cp.con_handle = (n & 0x0fff); in hci_read_remote_supported_features()
624 cp.con_handle = htole16(cp.con_handle); in hci_read_remote_supported_features()
663 le16toh(ep->con_handle)); in hci_read_remote_supported_features()
691 cp.con_handle = (n & 0x0fff); in hci_read_remote_version_information()
692 cp.con_handle = htole16(cp.con_handle); in hci_read_remote_version_information()
733 le16toh(ep->con_handle)); in hci_read_remote_version_information()
763 cp.con_handle = (n & 0x0fff); in hci_read_clock_offset()
764 cp.con_handle = htole16(cp.con_handle); in hci_read_clock_offset()
803 le16toh(ep->con_handle)); in hci_read_clock_offset()