Lines Matching refs:con_handle
54 cp.con_handle = (uint16_t) (n & 0x0fff); in hci_read_failed_contact_counter()
55 cp.con_handle = htole16(cp.con_handle); in hci_read_failed_contact_counter()
76 fprintf(stdout, "Connection handle: %d\n", le16toh(rp.con_handle)); in hci_read_failed_contact_counter()
96 cp.con_handle = (uint16_t) (n & 0x0fff); in hci_reset_failed_contact_counter()
97 cp.con_handle = htole16(cp.con_handle); in hci_reset_failed_contact_counter()
135 cp.con_handle = (uint16_t) (n & 0x0fff); in hci_get_link_quality()
136 cp.con_handle = htole16(cp.con_handle); in hci_get_link_quality()
157 fprintf(stdout, "Connection handle: %d\n", le16toh(rp.con_handle)); in hci_get_link_quality()
177 cp.con_handle = (uint16_t) (n & 0x0fff); in hci_read_rssi()
178 cp.con_handle = htole16(cp.con_handle); in hci_read_rssi()
199 fprintf(stdout, "Connection handle: %d\n", le16toh(rp.con_handle)); in hci_read_rssi()