Home
last modified time | relevance | path

Searched defs:raw_address (Results 1 – 25 of 25) sorted by relevance

/system/bt/test/mock/
Dmock_main_shim_metrics_api.cc78 const RawAddress* raw_address, uint32_t connection_handle, in LogMetricLinkLayerConnectionEvent()
88 const RawAddress& raw_address, uint64_t encoding_interval_millis, in LogMetricA2dpAudioUnderrunEvent()
95 const RawAddress& raw_address, uint64_t encoding_interval_millis, in LogMetricA2dpAudioOverrunEvent()
103 void bluetooth::shim::LogMetricA2dpPlaybackEvent(const RawAddress& raw_address, in LogMetricA2dpPlaybackEvent()
110 void bluetooth::shim::LogMetricReadRssiResult(const RawAddress& raw_address, in LogMetricReadRssiResult()
119 const RawAddress& raw_address, uint16_t handle, uint32_t cmd_status, in LogMetricReadFailedContactCounterResult()
126 const RawAddress& raw_address, uint16_t handle, uint32_t cmd_status, in LogMetricReadTxPowerLevelResult()
133 const RawAddress& raw_address, uint8_t smp_cmd, in LogMetricSmpPairingEvent()
140 const RawAddress& raw_address, uint16_t handle, uint32_t hci_cmd, in LogMetricClassicPairingEvent()
148 void bluetooth::shim::LogMetricSdpAttribute(const RawAddress& raw_address, in LogMetricSdpAttribute()
[all …]
Dmock_main_shim_metric_id_api.cc57 bool SaveDeviceOnMetricIdAllocator(const RawAddress& raw_address) { in SaveDeviceOnMetricIdAllocator()
61 int AllocateIdFromMetricIdAllocator(const RawAddress& raw_address) { in AllocateIdFromMetricIdAllocator()
65 void ForgetDeviceFromMetricIdAllocator(const RawAddress& raw_address) { in ForgetDeviceFromMetricIdAllocator()
Dmock_main_shim_acl_api.cc38 const RawAddress& raw_address) { in ACL_CreateClassicConnection()
42 const RawAddress& raw_address) { in ACL_CancelClassicConnection()
Dmock_main_shim_btm_api.cc110 bool bluetooth::shim::BTM_UseLeLink(const RawAddress& raw_address) { in BTM_UseLeLink()
162 const RawAddress& raw_address, tBTM_CMPL_CB* callback, in BTM_ReadRemoteDeviceName()
416 void bluetooth::shim::SendRemoteNameRequest(const RawAddress& raw_address) { in SendRemoteNameRequest()
419 void btm_api_process_extended_inquiry_result(RawAddress raw_address, in btm_api_process_extended_inquiry_result()
427 void btm_api_process_inquiry_result(const RawAddress& raw_address, in btm_api_process_inquiry_result()
433 void btm_api_process_inquiry_result_with_rssi(RawAddress raw_address, in btm_api_process_inquiry_result_with_rssi()
Dmock_stack_btm_inq.cc55 void SendRemoteNameRequest(const RawAddress& raw_address) { in SendRemoteNameRequest()
Dmock_main_shim_l2cap_api.cc127 const RawAddress& raw_address) { in L2CA_ConnectReq()
/system/bt/main/shim/
Dmetrics_api.cc28 const RawAddress* raw_address, uint32_t connection_handle, in LogMetricLinkLayerConnectionEvent()
41 void LogMetricA2dpAudioUnderrunEvent(const RawAddress& raw_address, in LogMetricA2dpAudioUnderrunEvent()
49 void LogMetricA2dpAudioOverrunEvent(const RawAddress& raw_address, in LogMetricA2dpAudioOverrunEvent()
60 void LogMetricA2dpPlaybackEvent(const RawAddress& raw_address, in LogMetricA2dpPlaybackEvent()
67 void LogMetricReadRssiResult(const RawAddress& raw_address, uint16_t handle, in LogMetricReadRssiResult()
73 void LogMetricReadFailedContactCounterResult(const RawAddress& raw_address, in LogMetricReadFailedContactCounterResult()
82 void LogMetricReadTxPowerLevelResult(const RawAddress& raw_address, in LogMetricReadTxPowerLevelResult()
90 void LogMetricSmpPairingEvent(const RawAddress& raw_address, uint8_t smp_cmd, in LogMetricSmpPairingEvent()
98 void LogMetricClassicPairingEvent(const RawAddress& raw_address, in LogMetricClassicPairingEvent()
108 void LogMetricSdpAttribute(const RawAddress& raw_address, in LogMetricSdpAttribute()
[all …]
Dmetric_id_api.cc60 int AllocateIdFromMetricIdAllocator(const RawAddress& raw_address) { in AllocateIdFromMetricIdAllocator()
65 bool SaveDeviceOnMetricIdAllocator(const RawAddress& raw_address) { in SaveDeviceOnMetricIdAllocator()
70 void ForgetDeviceFromMetricIdAllocator(const RawAddress& raw_address) { in ForgetDeviceFromMetricIdAllocator()
Dacl_api.cc30 const RawAddress& raw_address) { in ACL_CreateClassicConnection()
36 const RawAddress& raw_address) { in ACL_CancelClassicConnection()
Dbtm.h241 bool CheckClassicAclLink(const RawAddress& raw_address) { return true; } in CheckClassicAclLink()
242 bool CheckLeAclLink(const RawAddress& raw_address) { return true; } in CheckLeAclLink()
Dbtm.cc85 bool Btm::ReadRemoteName::Start(RawAddress raw_address) { in Start()
118 RawAddress raw_address; in OnScanResult() local
464 BtmStatus Btm::ReadClassicRemoteDeviceName(const RawAddress& raw_address, in ReadClassicRemoteDeviceName()
486 RawAddress raw_address = ToRawAddress(address); in ReadClassicRemoteDeviceName() local
507 BtmStatus Btm::ReadLeRemoteDeviceName(const RawAddress& raw_address, in ReadLeRemoteDeviceName()
Dle_scanning_manager.cc246 RawAddress raw_address = ToRawAddress(address); in OnScanResult() local
272 RawAddress raw_address = in OnTrackAdvFoundLost() local
479 const RawAddress& raw_address = remote_bdaddr_cache_ordered_.front(); in add_address_cache() local
Dbtm_api.cc79 void btm_api_process_inquiry_result(const RawAddress& raw_address, in btm_api_process_inquiry_result()
122 void btm_api_process_inquiry_result_with_rssi(RawAddress raw_address, in btm_api_process_inquiry_result_with_rssi()
180 void btm_api_process_extended_inquiry_result(RawAddress raw_address, in btm_api_process_extended_inquiry_result()
826 const RawAddress& raw_address, tBTM_CMPL_CB* callback, in BTM_ReadRemoteDeviceName()
1053 bool bluetooth::shim::BTM_UseLeLink(const RawAddress& raw_address) { in BTM_UseLeLink()
1290 void bluetooth::shim::SendRemoteNameRequest(const RawAddress& raw_address) { in SendRemoteNameRequest()
Dcontroller.cc62 RawAddress raw_address; member
Dl2c_api.cc756 uint16_t L2CA_ConnectReq(uint16_t psm, const RawAddress& raw_address) { in L2CA_ConnectReq()
/system/bt/test/headless/pairing/
Dpairing.cc41 RawAddress raw_address = options_.device_.front(); in Run() local
/system/bt/test/headless/read/
Dname.cc48 const RawAddress& raw_address = options_.device_.front(); in Run() local
/system/bt/test/headless/sdp/
Dsdp.cc81 int sdp_query_uuid(unsigned int num_loops, const RawAddress& raw_address, in sdp_query_uuid()
/system/bt/stack/test/common/
Dmock_main_shim_btm_api.cc114 bool bluetooth::shim::BTM_UseLeLink(const RawAddress& raw_address) { in BTM_UseLeLink()
166 const RawAddress& raw_address, tBTM_CMPL_CB* callback, in BTM_ReadRemoteDeviceName()
420 void bluetooth::shim::SendRemoteNameRequest(const RawAddress& raw_address) { in SendRemoteNameRequest()
423 void btm_api_process_extended_inquiry_result(RawAddress raw_address, in btm_api_process_extended_inquiry_result()
431 void btm_api_process_inquiry_result(const RawAddress& raw_address, in btm_api_process_inquiry_result()
437 void btm_api_process_inquiry_result_with_rssi(RawAddress raw_address, in btm_api_process_inquiry_result_with_rssi()
Dmock_main_shim_l2c_api.cc146 const RawAddress& raw_address) { in L2CA_ConnectReq()
/system/bt/stack/acl/
Dbtm_pm.cc384 const RawAddress raw_address = pm_mode_db[pm_pend_link].bda_; in btm_pm_reset() local
/system/bt/btif/src/
Dbtif_ble_scanner.cc78 const RawAddress& raw_address = remote_bdaddr_cache_ordered.front(); in btif_address_cache_add() local
Dbtif_hf.cc1119 const RawAddress raw_address(*bd_addr); in PhoneStateChange() local
Dbluetooth.cc743 Octet16 r, RawAddress raw_address, in invoke_oob_data_request_cb()
/system/bt/stack/btm/
Dbtm_inq.cc153 void SendRemoteNameRequest(const RawAddress& raw_address) { in SendRemoteNameRequest()