Home | History | Annotate | Download | only in netbt

Lines Matching defs:memo

71 	struct hci_memo *memo;
94 memo = hci_memo_find(unit, bdaddr);
95 if (memo != NULL) {
96 cp.page_scan_rep_mode = memo->page_scan_rep_mode;
97 cp.page_scan_mode = memo->page_scan_mode;
98 cp.clock_offset = memo->clock_offset;
1006 * If we made a note of clock offset, keep it in a memo
1010 struct hci_memo *memo;
1012 memo = hci_memo_new(link->hl_unit, &link->hl_bdaddr);
1013 if (memo != NULL)
1014 memo->clock_offset = link->hl_clock;