Lines Matching refs:ir
120 ng_hci_inquiry_result_ep *ir = in hci_inquiry() local
122 uint8_t *r = (uint8_t *)(ir + 1); in hci_inquiry()
125 ir->num_responses); in hci_inquiry()
127 for (n0 = 0; n0 < ir->num_responses; n0++) in hci_inquiry()
151 ng_hci_inquiry_response *ir = (ng_hci_inquiry_response *)(*b); in hci_inquiry_response() local
154 fprintf(stdout, "\tBD_ADDR: %s\n", hci_bdaddr2str(&ir->bdaddr)); in hci_inquiry_response()
156 ir->page_scan_rep_mode); in hci_inquiry_response()
158 ir->page_scan_period_mode); in hci_inquiry_response()
160 ir->page_scan_mode); in hci_inquiry_response()
162 ir->uclass[2], ir->uclass[1], ir->uclass[0]); in hci_inquiry_response()
164 le16toh(ir->clock_offset)); in hci_inquiry_response()
166 *b += sizeof(*ir); in hci_inquiry_response()