Searched refs:clock_offset (Results 1 - 12 of 12) sorted by relevance

/system/bt/vendor_libs/test_vendor_lib/src/
H A Devent_packet.cc247 uint16_t clock_offset) {
258 CHECK(!(clock_offset & 0x8000));
259 CHECK(AddPayloadOctets2(clock_offset));
294 uint32_t class_of_device, uint16_t clock_offset, uint8_t rssi,
305 CHECK(!(clock_offset & 0x8000));
306 CHECK(evt_ptr->AddPayloadOctets2(clock_offset));
244 AddInquiryResult(const BtAddress& address, uint8_t page_scan_repetition_mode, uint32_t class_of_device, uint16_t clock_offset) argument
292 CreateExtendedInquiryResultEvent( const BtAddress& address, uint8_t page_scan_repetition_mode, uint32_t class_of_device, uint16_t clock_offset, uint8_t rssi, const vector<uint8_t>& extended_inquiry_response) argument
/system/bt/vendor_libs/test_vendor_lib/include/
H A Devent_packet.h119 uint32_t class_of_device, uint16_t clock_offset);
133 uint32_t class_of_device, uint16_t clock_offset, uint8_t rssi,
/system/bt/stack/btm/
H A Dbtm_int.h110 uint16_t clock_offset);
263 extern void btm_sec_update_clock_offset(uint16_t handle, uint16_t clock_offset);
H A Dbtm_int_types.h65 uint16_t clock_offset; member in struct:__anon961
479 uint16_t clock_offset; /* Latest known clock offset */ member in struct:__anon974
H A Dbtm_inq.cc1620 uint16_t clock_offset; local
1652 STREAM_TO_UINT16(clock_offset, p);
1739 p_cur->clock_offset = clock_offset | BTM_CLOCK_OFFSET_VALID;
1986 (uint16_t)(p_cur->results.clock_offset | BTM_CLOCK_OFFSET_VALID));
H A Dbtm_acl.cc1384 void btm_process_clk_off_comp_evt(uint16_t hci_handle, uint16_t clock_offset) { argument
1389 if (xx < MAX_L2CAP_LINKS) btm_cb.acl_db[xx].clock_offset = clock_offset;
H A Dbtm_sec.cc4982 void btm_sec_update_clock_offset(uint16_t handle, uint16_t clock_offset) { argument
4989 p_dev_rec->clock_offset = clock_offset | BTM_CLOCK_OFFSET_VALID;
4994 p_inq_info->results.clock_offset = clock_offset | BTM_CLOCK_OFFSET_VALID;
/system/bt/stack/btu/
H A Dbtu_hcif.cc1439 uint16_t clock_offset; local
1447 STREAM_TO_UINT16(clock_offset, p);
1451 btm_process_clk_off_comp_evt(handle, clock_offset);
1452 btm_sec_update_clock_offset(handle, clock_offset);
/system/bt/stack/include/
H A Dhcimsgs.h71 uint16_t clock_offset, uint8_t allow_switch);
195 uint16_t clock_offset);
H A Dbtm_api_types.h623 uint16_t clock_offset; member in struct:__anon1119
/system/bt/stack/l2cap/
H A Dl2c_utils.cc2223 uint16_t clock_offset; local
2251 clock_offset = (uint16_t)(p_inq_info->results.clock_offset);
2257 clock_offset = (p_dev_rec) ? p_dev_rec->clock_offset : 0;
2264 page_scan_rep_mode, page_scan_mode, clock_offset, allow_switch);
/system/bt/stack/hcic/
H A Dhcicmds.cc102 uint16_t clock_offset, uint8_t allow_switch) {
123 UINT16_TO_STREAM(pp, clock_offset);
327 uint16_t clock_offset) {
340 UINT16_TO_STREAM(pp, clock_offset);
100 btsnd_hcic_create_conn(const RawAddress& dest, uint16_t packet_types, uint8_t page_scan_rep_mode, uint8_t page_scan_mode, uint16_t clock_offset, uint8_t allow_switch) argument
325 btsnd_hcic_rmt_name_req(const RawAddress& bd_addr, uint8_t page_scan_rep_mode, uint8_t page_scan_mode, uint16_t clock_offset) argument

Completed in 268 milliseconds