Home
last modified time | relevance | path

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

12

/aosp12/system/bt/gd/neighbor/
H A 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()
H A Dname_db.cc81 uint16_t clock_offset = 0; in ReadRemoteNameRequest() local
86 clock_offset, in ReadRemoteNameRequest()
H A Dname.h39 uint16_t clock_offset,
/aosp12/system/bt/main/shim/
H A Dbtm_api.cc82 uint16_t clock_offset) { in btm_api_process_inquiry_result() argument
99 p_i->inq_info.results.clock_offset = clock_offset | BTM_CLOCK_OFFSET_VALID; in btm_api_process_inquiry_result()
125 uint16_t clock_offset, in btm_api_process_inquiry_result_with_rssi() argument
156 p_i->inq_info.results.clock_offset = clock_offset | BTM_CLOCK_OFFSET_VALID; in btm_api_process_inquiry_result_with_rssi()
183 uint16_t clock_offset, int8_t rssi, in btm_api_process_extended_inquiry_result() argument
210 p_i->inq_info.results.clock_offset = clock_offset | BTM_CLOCK_OFFSET_VALID; in btm_api_process_extended_inquiry_result()
H A Dbtm.cc68 uint16_t clock_offset);
73 uint16_t clock_offset,
78 uint16_t clock_offset, int8_t rssi, const uint8_t* eir_data,
H A Dacl_legacy_interface.h87 void (*on_read_clock_offset_complete)(uint16_t clock_offset);
/aosp12/system/bt/stack/include/
H A Dsec_hci_link_interface.h48 void btm_sec_update_clock_offset(uint16_t handle, uint16_t clock_offset);
H A Dhcimsgs.h51 uint16_t clock_offset, uint8_t allow_switch);
70 uint16_t clock_offset, uint8_t allow_switch);
90 uint16_t clock_offset);
294 uint16_t clock_offset);
/aosp12/system/bt/gd/l2cap/classic/
H A Dlink_property_listener.h74 virtual void OnReadClockOffset(hci::Address remote, uint16_t clock_offset) {} in OnReadClockOffset() argument
/aosp12/system/bt/gd/neighbor/facade/
H A Dfacade.cc140 request->clock_offset(), in ReadRemoteName()
141 … (request->clock_offset() != 0 ? hci::ClockOffsetValid::VALID : hci::ClockOffsetValid::INVALID), in ReadRemoteName()
H A Dfacade.proto54 uint32 clock_offset = 3;
/aosp12/system/bt/test/mock/
H A Dmock_main_shim_btm_api.cc422 uint16_t clock_offset, int8_t rssi, in btm_api_process_extended_inquiry_result() argument
430 uint16_t clock_offset) { in btm_api_process_inquiry_result() argument
436 uint16_t clock_offset, in btm_api_process_inquiry_result_with_rssi() argument
H A Dmock_hcic_hcicmds.cc81 uint16_t clock_offset, uint8_t allow_switch) { in btsnd_hcic_create_conn() argument
212 uint16_t clock_offset) { in btsnd_hcic_rmt_name_req() argument
H A Dmock_stack_btm_sec.cc298 void btm_sec_update_clock_offset(uint16_t handle, uint16_t clock_offset) { in btm_sec_update_clock_offset() argument
/aosp12/system/bt/stack/test/common/
H A Dmock_main_shim_btm_api.cc426 uint16_t clock_offset, int8_t rssi, in btm_api_process_extended_inquiry_result() argument
434 uint16_t clock_offset) { in btm_api_process_inquiry_result() argument
440 uint16_t clock_offset, in btm_api_process_inquiry_result_with_rssi() argument
/aosp12/system/bt/gd/neighbor/cert/
H A Dpy_neighbor.py83 … address=remote_address.encode('utf8'), page_scan_repetition_mode=1, clock_offset=0x6855))
/aosp12/system/bt/gd/hci/acl_manager/
H A Dconnection_management_callbacks.h39 virtual void OnReadClockOffsetComplete(uint16_t clock_offset) = 0;
H A Dclassic_impl.h214 uint16_t clock_offset = 0; in create_connection() local
219 …address, packet_type, page_scan_repetition_mode, clock_offset, clock_offset_valid, allow_role_swit… in create_connection()
441 uint16_t clock_offset = complete_view.GetClockOffset(); in on_read_clock_offset_complete() local
442 callbacks->OnReadClockOffsetComplete(clock_offset); in on_read_clock_offset_complete()
H A Dclassic_acl_connection.cc68 void OnReadClockOffsetComplete(uint16_t clock_offset) override { in OnReadClockOffsetComplete() argument
69 SAVE_OR_CALL(OnReadClockOffsetComplete, clock_offset) in OnReadClockOffsetComplete()
/aosp12/system/bt/stack/btm/
H A Dbtm_inq.cc1056 uint16_t clock_offset; in btm_process_inq_results() local
1105 STREAM_TO_UINT16(clock_offset, p); in btm_process_inq_results()
1175 p_cur->clock_offset = clock_offset | BTM_CLOCK_OFFSET_VALID; in btm_process_inq_results()
1378 (uint16_t)(p_cur->results.clock_offset | BTM_CLOCK_OFFSET_VALID)); in btm_initiate_rem_name()
H A Dneighbor_inquiry.h100 uint16_t clock_offset; member
H A Dbtm_sec.h690 void btm_sec_update_clock_offset(uint16_t handle, uint16_t clock_offset);
/aosp12/system/bt/gd/l2cap/classic/internal/
H A Dlink_manager.cc409 void LinkManager::OnReadClockOffset(hci::Address remote, uint16_t clock_offset) { in OnReadClockOffset() argument
412 link_property_listener_, &LinkPropertyListener::OnReadClockOffset, remote, clock_offset); in OnReadClockOffset()
H A Dlink.cc339 void Link::OnReadClockOffsetComplete(uint16_t clock_offset) { in OnReadClockOffsetComplete() argument
340 link_manager_->OnReadClockOffset(GetDevice().GetAddress(), clock_offset); in OnReadClockOffsetComplete()
H A Dlink_manager.h86 void OnReadClockOffset(hci::Address remote, uint16_t clock_offset);

12