Home
last modified time | relevance | path

Searched refs:clock_offset (Results 1 – 25 of 29) sorted by relevance

12

/system/bt/gd/neighbor/
Dname.cc50 uint16_t clock_offset,
154 uint16_t clock_offset, in ReadRemoteNameRequest() argument
171 …hci::RemoteNameRequestBuilder::Create(address, page_scan_repetition_mode, clock_offset, clock_offs… in ReadRemoteNameRequest()
202 uint16_t clock_offset, in ReadRemoteNameRequest() argument
213 clock_offset, in ReadRemoteNameRequest()
Dname_db.cc78 uint16_t clock_offset = 0; in ReadRemoteNameRequest() local
83 clock_offset, in ReadRemoteNameRequest()
Dname.h39 uint16_t clock_offset,
/system/bt/gd/hci/acl_manager/
Dconnection_management_callbacks.h38 virtual void OnReadClockOffsetComplete(uint16_t clock_offset) = 0;
Dclassic_impl.h168 uint16_t clock_offset = 0; in create_connection() local
173 …address, packet_type, page_scan_repetition_mode, clock_offset, clock_offset_valid, allow_role_swit… in create_connection()
353 uint16_t clock_offset = complete_view.GetClockOffset(); in on_read_clock_offset_complete() local
354 acl_connection.connection_management_callbacks_->OnReadClockOffsetComplete(clock_offset); in on_read_clock_offset_complete()
Dclassic_acl_connection.cc64 void OnReadClockOffsetComplete(uint16_t clock_offset) override { in OnReadClockOffsetComplete() argument
65 SAVE_OR_CALL(OnReadClockOffsetComplete, clock_offset) in OnReadClockOffsetComplete()
/system/bt/main/shim/
Dbtm_api.cc105 uint16_t clock_offset) { in btm_api_process_inquiry_result() argument
127 p_i->inq_info.results.clock_offset = clock_offset | BTM_CLOCK_OFFSET_VALID; in btm_api_process_inquiry_result()
154 uint16_t clock_offset, in btm_api_process_inquiry_result_with_rssi() argument
190 p_i->inq_info.results.clock_offset = clock_offset | BTM_CLOCK_OFFSET_VALID; in btm_api_process_inquiry_result_with_rssi()
218 uint16_t clock_offset, int8_t rssi, in btm_api_process_extended_inquiry_result() argument
250 p_i->inq_info.results.clock_offset = clock_offset | BTM_CLOCK_OFFSET_VALID; in btm_api_process_extended_inquiry_result()
Dbtm.cc70 uint16_t clock_offset);
75 uint16_t clock_offset,
80 uint16_t clock_offset, int8_t rssi, const uint8_t* eir_data,
/system/bt/gd/neighbor/facade/
Dfacade.proto54 uint32 clock_offset = 3; field
Dfacade.cc140 request->clock_offset(), in ReadRemoteName()
141 … (request->clock_offset() != 0 ? hci::ClockOffsetValid::VALID : hci::ClockOffsetValid::INVALID), in ReadRemoteName()
/system/bt/gd/neighbor/cert/
Dpy_neighbor.py83 … address=remote_address.encode('utf8'), page_scan_repetition_mode=1, clock_offset=0x6855))
/system/bt/stack/btm/
Dbtm_int.h110 uint16_t clock_offset);
254 extern void btm_sec_update_clock_offset(uint16_t handle, uint16_t clock_offset);
Dbtm_int_types.h65 uint16_t clock_offset; member
457 uint16_t clock_offset; /* Latest known clock offset */ member
Dbtm_inq.cc1533 uint16_t clock_offset; in btm_process_inq_results() local
1584 STREAM_TO_UINT16(clock_offset, p); in btm_process_inq_results()
1670 p_cur->clock_offset = clock_offset | BTM_CLOCK_OFFSET_VALID; in btm_process_inq_results()
1899 (uint16_t)(p_cur->results.clock_offset | BTM_CLOCK_OFFSET_VALID)); in btm_initiate_rem_name()
Dbtm_acl.cc1384 void btm_process_clk_off_comp_evt(uint16_t hci_handle, uint16_t clock_offset) { in btm_process_clk_off_comp_evt() argument
1389 if (xx < MAX_L2CAP_LINKS) btm_cb.acl_db[xx].clock_offset = clock_offset; in btm_process_clk_off_comp_evt()
/system/bt/gd/l2cap/classic/internal/
Dlink.cc329 void Link::OnReadClockOffsetComplete(uint16_t clock_offset) { in OnReadClockOffsetComplete() argument
330 LOG_DEBUG("UNIMPLEMENTED %s clock_offset:%d", __func__, clock_offset); in OnReadClockOffsetComplete()
Dlink.h157 void OnReadClockOffsetComplete(uint16_t clock_offset) override;
/system/bt/vendor_libs/test_vendor_lib/packets/
Dlink_layer_packets.pdl85 clock_offset : 15,
/system/bt/stack/include/
Dhcimsgs.h71 uint16_t clock_offset, uint8_t allow_switch);
193 uint16_t clock_offset);
/system/bt/gd/hci/
Dhci_layer_test.cc570 uint16_t clock_offset = 0x3456; in TEST_F() local
574 …bd_addr, packet_type, page_scan_repetition_mode, clock_offset, clock_offset_valid, allow_role_swit… in TEST_F()
588 ASSERT_EQ(clock_offset, view.GetClockOffset()); in TEST_F()
/system/bt/gd/hci/facade/
Dacl_manager_facade.cc408 void OnReadClockOffsetComplete(uint16_t clock_offset) override { in OnReadClockOffsetComplete() argument
409 LOG_DEBUG("OnReadClockOffsetComplete clock_offset:%d", clock_offset); in OnReadClockOffsetComplete()
/system/bt/stack/btu/
Dbtu_hcif.cc1918 uint16_t clock_offset; in btu_hcif_read_clock_off_comp_evt() local
1926 STREAM_TO_UINT16(clock_offset, p); in btu_hcif_read_clock_off_comp_evt()
1930 btm_process_clk_off_comp_evt(handle, clock_offset); in btu_hcif_read_clock_off_comp_evt()
1931 btm_sec_update_clock_offset(handle, clock_offset); in btu_hcif_read_clock_off_comp_evt()
/system/bt/stack/l2cap/
Dl2c_utils.cc2222 uint16_t clock_offset; in l2cu_create_conn_after_switch() local
2249 clock_offset = (uint16_t)(p_inq_info->results.clock_offset); in l2cu_create_conn_after_switch()
2255 clock_offset = (p_dev_rec) ? p_dev_rec->clock_offset : 0; in l2cu_create_conn_after_switch()
2262 page_scan_rep_mode, page_scan_mode, clock_offset, allow_switch); in l2cu_create_conn_after_switch()
/system/bt/stack/hcic/
Dhcicmds.cc102 uint16_t clock_offset, uint8_t allow_switch) { in btsnd_hcic_create_conn() argument
123 UINT16_TO_STREAM(pp, clock_offset); in btsnd_hcic_create_conn()
325 uint16_t clock_offset) { in btsnd_hcic_rmt_name_req() argument
338 UINT16_TO_STREAM(pp, clock_offset); in btsnd_hcic_rmt_name_req()
/system/bt/vendor_libs/test_vendor_lib/model/controller/
Dlink_layer_controller.h81 uint8_t page_scan_mode, uint16_t clock_offset,

12