Home
last modified time | relevance | path

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

123456789

/system/bt/binder/android/bluetooth/
DIBluetoothGattCallback.aidl28 in boolean connected, in String address); in onClientConnectionState()
29 void onPhyUpdate(in String address, in int txPhy, in int rxPhy, in int status); in onPhyUpdate()
30 void onPhyRead(in String address, in int txPhy, in int rxPhy, in int status); in onPhyRead()
31 void onSearchComplete(in String address, in List<BluetoothGattService> services, in int status); in onSearchComplete()
32 void onCharacteristicRead(in String address, in int status, in int handle, in byte[] value); in onCharacteristicRead()
33 void onCharacteristicWrite(in String address, in int status, in int handle); in onCharacteristicWrite()
34 void onExecuteWrite(in String address, in int status); in onExecuteWrite()
35 void onDescriptorRead(in String address, in int status, in int handle, in byte[] value); in onDescriptorRead()
36 void onDescriptorWrite(in String address, in int status, in int handle); in onDescriptorWrite()
37 void onNotify(in String address, in int handle, in byte[] value); in onNotify()
[all …]
DIBluetoothGattServerCallback.aidl27 in boolean connected, in String address); in onServerConnectionState()
29 void onCharacteristicReadRequest(in String address, in int transId, in int offset, in onCharacteristicReadRequest()
31 void onDescriptorReadRequest(in String address, in int transId, in onDescriptorReadRequest()
34 void onCharacteristicWriteRequest(in String address, in int transId, in int offset, in onCharacteristicWriteRequest()
37 void onDescriptorWriteRequest(in String address, in int transId, in int offset, in onDescriptorWriteRequest()
40 void onExecuteWrite(in String address, in int transId, in boolean execWrite); in onExecuteWrite()
41 void onNotificationSent(in String address, in int status); in onNotificationSent()
42 void onMtuChanged(in String address, in int mtu); in onMtuChanged()
43 void onPhyUpdate(in String address, in int txPhy, in int rxPhy, in int status); in onPhyUpdate()
44 void onPhyRead(in String address, in int txPhy, in int rxPhy, in int status); in onPhyRead()
[all …]
DIBluetoothGatt.aidl103 …void clientConnect(in int clientIf, in String address, in boolean isDirect, in int transport, in b… in clientConnect()
105 … void clientDisconnect(in int clientIf, in String address, in AttributionSource attributionSource); in clientDisconnect()
107 …void clientSetPreferredPhy(in int clientIf, in String address, in int txPhy, in int rxPhy, in int … in clientSetPreferredPhy()
111 void refreshDevice(in int clientIf, in String address, in AttributionSource attributionSource); in refreshDevice()
113 … void discoverServices(in int clientIf, in String address, in AttributionSource attributionSource); in discoverServices()
115 …void discoverServiceByUuid(in int clientIf, in String address, in ParcelUuid uuid, in AttributionS… in discoverServiceByUuid()
117 …void readCharacteristic(in int clientIf, in String address, in int handle, in int authReq, in Attr… in readCharacteristic()
119 void readUsingCharacteristicUuid(in int clientIf, in String address, in ParcelUuid uuid, in readUsingCharacteristicUuid()
122 void writeCharacteristic(in int clientIf, in String address, in int handle, in writeCharacteristic()
125 …void readDescriptor(in int clientIf, in String address, in int handle, in int authReq, in Attribut… in readDescriptor()
[all …]
/system/bt/test/mock/
Dmock_stack_gatt_connection_manager.cc49 const RawAddress& address) { in background_connect_add()
54 const RawAddress& address) { in background_connect_remove()
59 const RawAddress& address) { in direct_connect_add()
64 const RawAddress& address) { in direct_connect_remove()
68 bool connection_manager::remove_unconditional(const RawAddress& address) { in remove_unconditional()
73 const RawAddress& address) { in get_apps_connecting_to()
81 void connection_manager::on_connection_complete(const RawAddress& address) { in on_connection_complete()
Dmock_common_metrics.cc124 void LogA2dpAudioOverrunEvent(const RawAddress& address, in LogA2dpAudioOverrunEvent()
131 void LogA2dpAudioUnderrunEvent(const RawAddress& address, in LogA2dpAudioUnderrunEvent()
136 void LogA2dpPlaybackEvent(const RawAddress& address, int playback_state, in LogA2dpPlaybackEvent()
140 void LogBluetoothHalCrashReason(const RawAddress& address, uint32_t error_code, in LogBluetoothHalCrashReason()
144 void LogClassicPairingEvent(const RawAddress& address, uint16_t handle, in LogClassicPairingEvent()
153 void LogLinkLayerConnectionEvent(const RawAddress* address, in LogLinkLayerConnectionEvent()
161 void LogManufacturerInfo(const RawAddress& address, in LogManufacturerInfo()
170 void LogReadFailedContactCounterResult(const RawAddress& address, in LogReadFailedContactCounterResult()
175 void LogReadRssiResult(const RawAddress& address, uint16_t handle, in LogReadRssiResult()
179 void LogReadTxPowerLevelResult(const RawAddress& address, uint16_t handle, in LogReadTxPowerLevelResult()
[all …]
Dmock_stack_metrics_logging.cc69 void log_classic_pairing_event(const RawAddress& address, uint16_t handle, in log_classic_pairing_event()
79 const RawAddress* address, uint32_t connection_handle, in log_link_layer_connection_event()
88 void log_smp_pairing_event(const RawAddress& address, uint8_t smp_cmd, in log_smp_pairing_event()
95 void log_sdp_attribute(const RawAddress& address, uint16_t protocol_uuid, in log_sdp_attribute()
102 void log_manufacturer_info(const RawAddress& address, in log_manufacturer_info()
/system/bt/btif/src/
Dbtif_metrics_logging.cc27 void log_a2dp_audio_underrun_event(const RawAddress& address, in log_a2dp_audio_underrun_event()
39 void log_a2dp_audio_overrun_event(const RawAddress& address, in log_a2dp_audio_overrun_event()
55 void log_a2dp_playback_event(const RawAddress& address, int playback_state, in log_a2dp_playback_event()
66 void log_read_rssi_result(const RawAddress& address, uint16_t handle, in log_read_rssi_result()
75 void log_read_failed_contact_counter_result(const RawAddress& address, in log_read_failed_contact_counter_result()
88 void log_read_tx_power_level_result(const RawAddress& address, uint16_t handle, in log_read_tx_power_level_result()
101 const RawAddress& address, int port, int type, in log_socket_connection_state()
137 int allocate_metric_id_from_metric_id_allocator(const RawAddress& address) { in allocate_metric_id_from_metric_id_allocator()
145 int save_metric_id_from_metric_id_allocator(const RawAddress& address) { in save_metric_id_from_metric_id_allocator()
153 void forget_device_from_metric_id_allocator(const RawAddress& address) { in forget_device_from_metric_id_allocator()
Dbtif_hearing_aid.cc69 const RawAddress& address) override { in OnConnectionState()
76 const RawAddress& address) override { in OnDeviceAvailable()
85 void Connect(const RawAddress& address) override { in Connect()
91 void Disconnect(const RawAddress& address) override { in Disconnect()
99 void AddToAcceptlist(const RawAddress& address) override { in AddToAcceptlist()
113 void RemoveDevice(const RawAddress& address) override { in RemoveDevice()
Dbtif_vc.cc51 const RawAddress& address) override { in OnConnectionState()
57 void OnVolumeStateChanged(const RawAddress& address, uint8_t volume, in OnVolumeStateChanged()
75 void Connect(const RawAddress& address) override { in Connect()
82 void Disconnect(const RawAddress& address) override { in Disconnect()
97 void RemoveDevice(const RawAddress& address) override { in RemoveDevice()
Dbtif_le_audio.cc45 const RawAddress& address) override { in OnConnectionState()
57 void OnSetMemberAvailable(const RawAddress& address, in OnSetMemberAvailable()
79 void Connect(const RawAddress& address) override {} in Connect()
81 void Disconnect(const RawAddress& address) override {} in Disconnect()
/system/bt/gd/os/linux/
Dmetrics.cc28 const Address& address, in LogMetricClassicPairingEvent()
37 const Address& address, in LogMetricSocketConnectionState()
50 const Address& address, uint64_t encoding_interval_millis, int num_missing_pcm_bytes) {} in LogMetricA2dpAudioUnderrunEvent()
53 const Address& address, in LogMetricA2dpAudioOverrunEvent()
59 void LogMetricReadRssiResult(const Address& address, uint16_t handle, uint32_t cmd_status, int8_t r… in LogMetricReadRssiResult()
62 const Address& address, uint16_t handle, uint32_t cmd_status, int32_t failed_contact_counter) {} in LogMetricReadFailedContactCounterResult()
65 const Address& address, uint16_t handle, uint32_t cmd_status, int32_t transmit_power_level) {} in LogMetricReadTxPowerLevelResult()
71 const Address* address, in LogMetricLinkLayerConnectionEvent()
82 const Address& address, in LogMetricManufacturerInfo()
91 const Address& address, in LogMetricSdpAttribute()
[all …]
/system/bt/gd/os/host/
Dmetrics.cc28 const Address& address, in LogMetricClassicPairingEvent()
37 const Address& address, in LogMetricSocketConnectionState()
50 const Address& address, uint64_t encoding_interval_millis, int num_missing_pcm_bytes) {} in LogMetricA2dpAudioUnderrunEvent()
53 const Address& address, in LogMetricA2dpAudioOverrunEvent()
59 void LogMetricReadRssiResult(const Address& address, uint16_t handle, uint32_t cmd_status, int8_t r… in LogMetricReadRssiResult()
62 const Address& address, uint16_t handle, uint32_t cmd_status, int32_t failed_contact_counter) {} in LogMetricReadFailedContactCounterResult()
65 const Address& address, uint16_t handle, uint32_t cmd_status, int32_t transmit_power_level) {} in LogMetricReadTxPowerLevelResult()
71 const Address* address, in LogMetricLinkLayerConnectionEvent()
82 const Address& address, in LogMetricManufacturerInfo()
91 const Address& address, in LogMetricSdpAttribute()
[all …]
/system/bt/main/shim/
Dmetric_id_api.cc38 Address address = bluetooth::ToGdAddress(device.first); in InitMetricIdAllocator() local
47 [forget_device_callback](const Address& address, const int id) { in InitMetricIdAllocator()
61 Address address = bluetooth::ToGdAddress(raw_address); in AllocateIdFromMetricIdAllocator() local
66 Address address = bluetooth::ToGdAddress(raw_address); in SaveDeviceOnMetricIdAllocator() local
71 Address address = bluetooth::ToGdAddress(raw_address); in ForgetDeviceFromMetricIdAllocator() local
Dmetrics_api.cc32 Address address = Address::kEmpty; in LogMetricLinkLayerConnectionEvent() local
44 Address address = bluetooth::ToGdAddress(raw_address); in LogMetricA2dpAudioUnderrunEvent() local
54 Address address = bluetooth::ToGdAddress(raw_address); in LogMetricA2dpAudioOverrunEvent() local
62 Address address = bluetooth::ToGdAddress(raw_address); in LogMetricA2dpPlaybackEvent() local
69 Address address = bluetooth::ToGdAddress(raw_address); in LogMetricReadRssiResult() local
77 Address address = bluetooth::ToGdAddress(raw_address); in LogMetricReadFailedContactCounterResult() local
85 Address address = bluetooth::ToGdAddress(raw_address); in LogMetricReadTxPowerLevelResult() local
93 Address address = bluetooth::ToGdAddress(raw_address); in LogMetricSmpPairingEvent() local
102 Address address = bluetooth::ToGdAddress(raw_address); in LogMetricClassicPairingEvent() local
111 Address address = bluetooth::ToGdAddress(raw_address); in LogMetricSdpAttribute() local
[all …]
/system/bt/stack/test/common/
Dmock_gatt_connection_manager.cc47 const RawAddress& address) { in direct_connect_add()
52 const RawAddress& address) { in direct_connect_remove()
56 void connection_manager::on_connection_complete(const RawAddress& address) { in on_connection_complete()
/system/bt/stack/gatt/
Dconnection_manager.cc86 std::set<tAPP_ID> get_apps_connecting_to(const RawAddress& address) { in get_apps_connecting_to()
94 bool background_connect_add(uint8_t app_id, const RawAddress& address) { in background_connect_add()
127 bool remove_unconditional(const RawAddress& address) { in remove_unconditional()
139 bool background_connect_remove(uint8_t app_id, const RawAddress& address) { in background_connect_remove()
175 const RawAddress& address) { in remove_all_clients_with_pending_connections()
184 void on_connection_complete(const RawAddress& address) { in on_connection_complete()
197 void wl_direct_connect_timeout_cb(uint8_t app_id, const RawAddress& address) { in wl_direct_connect_timeout_cb()
207 bool direct_connect_add(uint8_t app_id, const RawAddress& address) { in direct_connect_add()
259 bool direct_connect_remove(uint8_t app_id, const RawAddress& address) { in direct_connect_remove()
/system/bt/gd/os/android/
Dmetrics.cc41 const Address* address, in LogMetricLinkLayerConnectionEvent()
106 const Address& address, uint64_t encoding_interval_millis, int num_missing_pcm_bytes) { in LogMetricA2dpAudioUnderrunEvent()
129 const Address& address, in LogMetricA2dpAudioOverrunEvent()
161 void LogMetricA2dpPlaybackEvent(const Address& address, int playback_state, int audio_coding_mode) { in LogMetricA2dpPlaybackEvent()
179 void LogMetricReadRssiResult(const Address& address, uint16_t handle, uint32_t cmd_status, int8_t r… in LogMetricReadRssiResult()
198 const Address& address, uint16_t handle, uint32_t cmd_status, int32_t failed_contact_counter) { in LogMetricReadFailedContactCounterResult()
222 const Address& address, uint16_t handle, uint32_t cmd_status, int32_t transmit_power_level) { in LogMetricReadTxPowerLevelResult()
246const Address& address, uint8_t smp_cmd, android::bluetooth::DirectionEnum direction, uint8_t smp_… in LogMetricSmpPairingEvent()
265 const Address& address, in LogMetricClassicPairingEvent()
302 const Address& address, in LogMetricSdpAttribute()
[all …]
/system/bt/gd/security/test/
Dfake_name_db.h36hci::Address address, neighbor::ReadRemoteNameDbCallback callback, os::Handler* handler) override { in ReadRemoteNameRequest()
40 bool IsNameCached(hci::Address address) const { in IsNameCached()
44 neighbor::RemoteName ReadCachedRemoteName(hci::Address address) const { in ReadCachedRemoteName()
/system/bt/stack/metrics/
Dstack_metrics_logging.cc26 void log_classic_pairing_event(const RawAddress& address, uint16_t handle, in log_classic_pairing_event()
42 const RawAddress* address, uint32_t connection_handle, in log_link_layer_connection_event()
57 void log_smp_pairing_event(const RawAddress& address, uint8_t smp_cmd, in log_smp_pairing_event()
69 void log_sdp_attribute(const RawAddress& address, uint16_t protocol_uuid, in log_sdp_attribute()
81 void log_manufacturer_info(const RawAddress& address, in log_manufacturer_info()
/system/libbase/include/android-base/
Dmemory.h26 static inline T get_unaligned(const void* address) { in get_unaligned()
33 static inline void put_unaligned(void* address, T v) { in put_unaligned()
/system/bt/gd/security/record/
Dsecurity_record_database.h36 std::shared_ptr<SecurityRecord> FindOrCreate(hci::AddressWithType address) { in FindOrCreate()
47 void Remove(const hci::AddressWithType& address) { in Remove()
57 iterator Find(hci::AddressWithType address) { in Find()
/system/bt/service/common/android/bluetooth/
DIBluetoothLowEnergy.aidl29 boolean Connect(int client_id, String address, boolean is_direct); in Connect()
30 boolean Disconnect(int client_id, String address); in Disconnect()
32 boolean SetMtu(int client_id, String address, int mtu); in SetMtu()
/system/bt/common/
Dmetrics_linux.cc91 void LogClassicPairingEvent(const RawAddress& address, uint16_t handle, in LogClassicPairingEvent()
97 const RawAddress& address, int port, int type, in LogSocketConnectionState()
104 void LogA2dpAudioUnderrunEvent(const RawAddress& address, in LogA2dpAudioUnderrunEvent()
108 void LogA2dpAudioOverrunEvent(const RawAddress& address, in LogA2dpAudioOverrunEvent()
114 void LogA2dpPlaybackEvent(const RawAddress& address, int playback_state, in LogA2dpPlaybackEvent()
117 void LogBluetoothHalCrashReason(const RawAddress& address, uint32_t error_code, in LogBluetoothHalCrashReason()
120 void LogReadRssiResult(const RawAddress& address, uint16_t handle, in LogReadRssiResult()
123 void LogReadFailedContactCounterResult(const RawAddress& address, in LogReadFailedContactCounterResult()
127 void LogReadTxPowerLevelResult(const RawAddress& address, uint16_t handle, in LogReadTxPowerLevelResult()
134 void LogLinkLayerConnectionEvent(const RawAddress* address, in LogLinkLayerConnectionEvent()
[all …]
/system/bt/gd/storage/
Ddevice_test.cc42 Address address = {{0x01, 0x02, 0x03, 0x04, 0x05, 0x06}}; in TEST() local
67 Address address = {{0x01, 0x02, 0x03, 0x04, 0x05, 0x06}}; in TEST() local
92 Address address = {{0x01, 0x02, 0x03, 0x04, 0x05, 0x06}}; in TEST() local
112 Address address = {{0x01, 0x02, 0x03, 0x04, 0x05, 0x06}}; in TEST() local
126 Address address = {{0x01, 0x02, 0x03, 0x04, 0x05, 0x06}}; in TEST() local
147 Address address = {{0x01, 0x02, 0x03, 0x04, 0x05, 0x06}}; in TEST() local
201 Address address = {{0x01, 0x02, 0x03, 0x04, 0x05, 0x06}}; in TEST() local
228 Address address = {{0xaa, 0xbb, 0xcc, 0xdd, 0xee, 0xff}}; in TEST() local
/system/bt/gd/security/channel/
Dsecurity_manager_channel.cc42 void SecurityManagerChannel::Connect(hci::Address address) { in Connect()
55 void SecurityManagerChannel::Release(hci::Address address) { in Release()
64 void SecurityManagerChannel::Disconnect(hci::Address address) { in Disconnect()
105 void SecurityManagerChannel::OnLinkDisconnected(hci::Address address) { in OnLinkDisconnected()

123456789