Home
last modified time | relevance | path

Searched refs:clkoffset (Results 1 – 4 of 4) sorted by relevance

/external/bluetooth/bluez/lib/bluetooth/
Dhci_lib.h56 int hci_create_connection(int dd, const bdaddr_t *bdaddr, uint16_t ptype, uint16_t clkoffset, uint8…
67 …offset(int dd, const bdaddr_t *bdaddr, uint8_t pscan_rep_mode, uint16_t clkoffset, int len, char *…
72 int hci_read_clock_offset(int dd, uint16_t handle, uint16_t *clkoffset, int to);
/external/bluetooth/bluez/lib/
Dhci.c1224 int hci_create_connection(int dd, const bdaddr_t *bdaddr, uint16_t ptype, uint16_t clkoffset, uint8… in hci_create_connection() argument
1234 cp.clock_offset = clkoffset; in hci_create_connection()
1331 …offset(int dd, const bdaddr_t *bdaddr, uint8_t pscan_rep_mode, uint16_t clkoffset, int len, char *… in hci_read_remote_name_with_clock_offset() argument
1340 cp.clock_offset = clkoffset; in hci_read_remote_name_with_clock_offset()
1489 int hci_read_clock_offset(int dd, uint16_t handle, uint16_t *clkoffset, int to) in hci_read_clock_offset() argument
1515 *clkoffset = rp.clock_offset; in hci_read_clock_offset()
/external/bluetooth/hcidump/parser/
Dhci.c712 uint16_t clkoffset = btohs(cp->clock_offset); in create_conn_dump() local
719 clkoffset & 0x7fff, clkoffset & 0x8000 ? " (valid)" : ""); in create_conn_dump()
889 uint16_t clkoffset = btohs(cp->clock_offset); in remote_name_req_dump() local
896 clkoffset & 0x7fff, clkoffset & 0x8000 ? " (valid)" : ""); in remote_name_req_dump()
Dlmp.c406 uint16_t clkoffset = LMP_U16(frm); in clkoffset_dump() local
409 printf("clock offset 0x%4.4x\n", clkoffset); in clkoffset_dump()