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

/system/bt/vendor_libs/test_vendor_lib/src/
H A Devent_packet.cc83 const std::vector<uint8_t>& clock_offset) {
87 class_of_device.size() + clock_offset.size();
96 VECTOR_COPY_TO_END(clock_offset, payload);
108 const std::vector<uint8_t>& clock_offset,
114 clock_offset.size() + rssi.size() + extended_inquiry_response.size();
123 VECTOR_COPY_TO_END(clock_offset, payload);
77 CreateInquiryResultEvent( uint8_t num_responses, const std::vector<uint8_t>& bd_addresses, const std::vector<uint8_t>& page_scan_repetition_mode, const std::vector<uint8_t>& page_scan_period_mode, const std::vector<uint8_t>& page_scan_mode, const std::vector<uint8_t>& class_of_device, const std::vector<uint8_t>& clock_offset) argument
103 CreateExtendedInquiryResultEvent( const std::vector<uint8_t>& bd_address, const std::vector<uint8_t>& page_scan_repetition_mode, const std::vector<uint8_t>& page_scan_period_mode, const std::vector<uint8_t>& class_of_device, const std::vector<uint8_t>& clock_offset, const std::vector<uint8_t>& rssi, const std::vector<uint8_t>& extended_inquiry_response) argument
/system/bt/vendor_libs/test_vendor_lib/include/
H A Devent_packet.h115 const std::vector<uint8_t>& clock_offset);
147 const std::vector<uint8_t>& clock_offset,
/system/bt/stack/btm/
H A Dbtm_int.h84 UINT16 clock_offset; member in struct:__anon866
520 UINT16 clock_offset; /* Latest known clock offset */ member in struct:__anon879
972 extern void btm_process_clk_off_comp_evt (UINT16 hci_handle, UINT16 clock_offset);
1104 extern void btm_sec_update_clock_offset (UINT16 handle, UINT16 clock_offset);
H A Dbtm_inq.c1864 UINT16 clock_offset; local
1897 STREAM_TO_UINT16 (clock_offset, p);
1994 p_cur->clock_offset = clock_offset | BTM_CLOCK_OFFSET_VALID;
2289 (UINT16)(p_cur->results.clock_offset |
H A Dbtm_acl.c1431 void btm_process_clk_off_comp_evt (UINT16 hci_handle, UINT16 clock_offset) argument
1437 btm_cb.acl_db[xx].clock_offset = clock_offset;
H A Dbtm_sec.c5296 void btm_sec_update_clock_offset (UINT16 handle, UINT16 clock_offset) argument
5304 p_dev_rec->clock_offset = clock_offset | BTM_CLOCK_OFFSET_VALID;
5309 p_inq_info->results.clock_offset = clock_offset | BTM_CLOCK_OFFSET_VALID;
/system/bt/stack/btu/
H A Dbtu_hcif.c1369 UINT16 clock_offset; local
1378 STREAM_TO_UINT16 (clock_offset, p);
1382 btm_process_clk_off_comp_evt (handle, clock_offset);
1383 btm_sec_update_clock_offset (handle, clock_offset);
/system/bt/stack/include/
H A Dhcimsgs.h69 UINT16 clock_offset,
194 UINT16 clock_offset);
H A Dbtm_api.h601 UINT16 clock_offset; member in struct:__anon1027
/system/bt/stack/l2cap/
H A Dl2c_utils.c2399 UINT16 clock_offset; local
2425 clock_offset = (UINT16)(p_inq_info->results.clock_offset);
2433 clock_offset = (p_dev_rec) ? p_dev_rec->clock_offset : 0;
2442 clock_offset,
/system/bt/stack/hcic/
H A Dhcicmds.c110 UINT16 clock_offset, UINT8 allow_switch)
132 UINT16_TO_STREAM (pp, clock_offset);
364 UINT8 page_scan_mode, UINT16 clock_offset)
378 UINT16_TO_STREAM (pp, clock_offset);
108 btsnd_hcic_create_conn(BD_ADDR dest, UINT16 packet_types, UINT8 page_scan_rep_mode, UINT8 page_scan_mode, UINT16 clock_offset, UINT8 allow_switch) argument
363 btsnd_hcic_rmt_name_req(BD_ADDR bd_addr, UINT8 page_scan_rep_mode, UINT8 page_scan_mode, UINT16 clock_offset) argument

Completed in 334 milliseconds