Lines Matching refs:con_handle
53 cp.con_handle = (uint16_t) (n & 0x0fff); in hci_read_failed_contact_counter()
54 cp.con_handle = htole16(cp.con_handle); in hci_read_failed_contact_counter()
75 fprintf(stdout, "Connection handle: %d\n", le16toh(rp.con_handle)); in hci_read_failed_contact_counter()
95 cp.con_handle = (uint16_t) (n & 0x0fff); in hci_reset_failed_contact_counter()
96 cp.con_handle = htole16(cp.con_handle); in hci_reset_failed_contact_counter()
134 cp.con_handle = (uint16_t) (n & 0x0fff); in hci_get_link_quality()
135 cp.con_handle = htole16(cp.con_handle); in hci_get_link_quality()
156 fprintf(stdout, "Connection handle: %d\n", le16toh(rp.con_handle)); in hci_get_link_quality()
176 cp.con_handle = (uint16_t) (n & 0x0fff); in hci_read_rssi()
177 cp.con_handle = htole16(cp.con_handle); in hci_read_rssi()
198 fprintf(stdout, "Connection handle: %d\n", le16toh(rp.con_handle)); in hci_read_rssi()