Lines Matching refs:ir
121 ng_hci_inquiry_result_ep *ir = in hci_inquiry() local
123 uint8_t *r = (uint8_t *)(ir + 1); in hci_inquiry()
126 ir->num_responses); in hci_inquiry()
128 for (n0 = 0; n0 < ir->num_responses; n0++) in hci_inquiry()
152 ng_hci_inquiry_response *ir = (ng_hci_inquiry_response *)(*b); in hci_inquiry_response() local
155 fprintf(stdout, "\tBD_ADDR: %s\n", hci_bdaddr2str(&ir->bdaddr)); in hci_inquiry_response()
157 ir->page_scan_rep_mode); in hci_inquiry_response()
159 ir->page_scan_period_mode); in hci_inquiry_response()
161 ir->page_scan_mode); in hci_inquiry_response()
163 ir->uclass[2], ir->uclass[1], ir->uclass[0]); in hci_inquiry_response()
165 le16toh(ir->clock_offset)); in hci_inquiry_response()
167 *b += sizeof(*ir); in hci_inquiry_response()