/aosp12/system/bt/gd/hci/ |
H A D | address_with_type.h | 34 AddressWithType(Address address, AddressType address_type) in AddressWithType() argument 35 : address_(std::move(address)), address_type_(address_type) {} in AddressWithType() 120 bluetooth::hci::AddressType address_type = val.GetAddressType(); 122 …cast<uint8_t*>(&int_addr) + bluetooth::hci::Address::kLength, &address_type, sizeof(address_type));
|
H A D | le_scanning_manager.cc | 142 uint8_t address_type, in OnScanResult() argument 403 uint8_t address_type, in process_advertising_package_content() 416 if (address_type == (uint8_t)DirectAdvertisingAddressType::NO_ADDRESS) { in process_advertising_package_content() 419 address_type, in process_advertising_package_content() 434 AddressWithType address_with_type(address, (AddressType)address_type); in process_advertising_package_content() 458 address_type, in process_advertising_package_content() 728 …pcfAction action, uint8_t filter_index, Address address, ApcfApplicationAddressType address_type) { in update_address_filter() 731 LeAdvFilterBroadcasterAddressBuilder::Create(action, filter_index, address, address_type), in update_address_filter()
|
H A D | le_scanning_manager.h | 59 uint8_t address_type,
|
H A D | hci_packets.pdl | 3087 address_type : ConnectListAddressType, 3096 address_type : ConnectListAddressType, 4577 address_type : AddressType, 4590 address_type : AddressType, 5284 address_type : AddressType, 5381 address_type : DirectAdvertisingAddressType, 5416 address_type : DirectAdvertisingAddressType,
|
H A D | le_scanning_manager_test.cc | 307 uint8_t address_type,
|
/aosp12/system/bt/gd/hci/acl_manager/ |
H A D | le_impl.h | 367 AddressType address_type = address_with_type.GetAddressType(); in add_device_to_connect_list() local 373 switch (address_type) { in add_device_to_connect_list() 389 AddressType address_type = address_with_type.GetAddressType(); in add_device_to_resolving_list() local 395 switch (address_type) { in add_device_to_resolving_list() 523 AddressType address_type = address_with_type.GetAddressType(); in remove_device_from_connect_list() local 530 switch (address_type) { in remove_device_from_connect_list() 545 AddressType address_type = address_with_type.GetAddressType(); in remove_device_from_resolving_list() local 551 switch (address_type) { in remove_device_from_resolving_list()
|
/aosp12/system/bt/vendor_libs/test_vendor_lib/packets/ |
H A D | link_layer_packets.pdl | 146 address_type : AddressType, 156 address_type : 8, 163 address_type : 8, 170 address_type : AddressType,
|
/aosp12/system/bt/gd/hci/facade/ |
H A D | le_scanning_manager_facade.cc | 66 uint8_t address_type, in OnScanResult() argument 78 le_extended_advertising_report.address_type_ = (DirectAdvertisingAddressType)address_type; in OnScanResult()
|
H A D | le_advertising_manager_facade.cc | 135 void ScanCallback(Address address, AddressType address_type) {} in ScanCallback() argument
|
/aosp12/system/bt/main/shim/ |
H A D | le_scanning_manager.cc | 44 uint16_t event_type, uint8_t address_type, const RawAddress& raw_address, 240 void OnScanResult(uint16_t event_type, uint8_t address_type, in OnScanResult() argument 251 base::Unretained(this), raw_address, address_type, in OnScanResult() 258 address_type, raw_address, primary_phy, secondary_phy, in OnScanResult() 264 event_type, address_type, raw_address, primary_phy, secondary_phy, in OnScanResult()
|
H A D | btm.cc | 58 tBLE_ADDR_TYPE* address_type); 60 uint16_t event_type, uint8_t address_type, const RawAddress& raw_address, 111 uint16_t event_type, uint8_t address_type, bluetooth::hci::Address address, in OnScanResult() argument 115 tBLE_ADDR_TYPE ble_address_type = static_cast<tBLE_ADDR_TYPE>(address_type); in OnScanResult()
|
H A D | le_advertising_manager.cc | 236 void on_scan(Address address, AddressType address_type) { in on_scan() argument 319 void OnOwnAddressRead(uint8_t advertiser_id, uint8_t address_type, in OnOwnAddressRead() argument 324 advertiser_id, address_type, address)); in OnOwnAddressRead()
|
H A D | btm.h | 218 void OnScanResult(uint16_t event_type, uint8_t address_type,
|
/aosp12/system/bt/vendor_libs/test_vendor_lib/model/controller/ |
H A D | le_advertiser.cc | 39 AddressType address_type, AddressWithType peer_address, in InitializeExtended() argument 43 address_ = AddressWithType(address_.GetAddress(), address_type); in InitializeExtended()
|
H A D | le_advertiser.h | 43 void InitializeExtended(bluetooth::hci::AddressType address_type,
|
H A D | link_layer_controller.cc | 1097 auto address_type = advertisement.GetAddressType(); in IncomingLeAdvertisementPacket() local 1109 raw_builder_ptr->AddOctets1(static_cast<uint8_t>(address_type)); in IncomingLeAdvertisementPacket() 1145 raw_builder_ptr->AddOctets1(static_cast<uint8_t>(address_type)); in IncomingLeAdvertisementPacket() 1170 le_peer_address_type_ == static_cast<uint8_t>(address_type) && in IncomingLeAdvertisementPacket() 1174 static_cast<uint8_t>(address_type)))) { in IncomingLeAdvertisementPacket() 1179 incoming.GetSourceAddress().ToString().c_str(), address_type); in IncomingLeAdvertisementPacket() 1197 incoming.GetSourceAddress().ToString().c_str(), address_type, in IncomingLeAdvertisementPacket() 1404 auto address_type = in IncomingLeScanResponsePacket() local 1417 raw_builder_ptr->AddOctets1(static_cast<uint8_t>(address_type)); in IncomingLeScanResponsePacket() 1434 raw_builder_ptr->AddOctets1(static_cast<uint8_t>(address_type)); in IncomingLeScanResponsePacket() [all …]
|
H A D | link_layer_controller.h | 182 void LeSetPrivacyMode(uint8_t address_type, Address addr, uint8_t mode);
|
/aosp12/bionic/libc/kernel/uapi/linux/ |
H A D | dns_resolver.h | 76 __u8 address_type; member
|
/aosp12/system/bt/gd/security/record/ |
H A D | security_record_storage.cc | 132 …auto address_type = (device.GetDeviceType() == hci::DeviceType::BR_EDR) ? hci::AddressType::PUBLIC… in LoadSecurityRecords() local 134 auto address_with_type = hci::AddressWithType(device.GetAddress(), *address_type); in LoadSecurityRecords()
|
/aosp12/system/bt/include/hardware/ |
H A D | ble_advertiser.h | 66 virtual void OnOwnAddressRead(uint8_t advertiser_id, uint8_t address_type,
|
H A D | ble_scanner.h | 164 uint8_t advertising_sid, uint8_t address_type,
|
/aosp12/system/bt/btif/include/ |
H A D | btif_common.h | 212 uint8_t address_type);
|
/aosp12/system/bt/btif/src/ |
H A D | btif_dm.cc | 1971 tBLE_ADDR_TYPE address_type = BLE_ADDR_RANDOM; in btif_dm_create_bond_out_of_band() local 1983 address_type = static_cast<tBLE_ADDR_TYPE>(p256_data.address[6]); in btif_dm_create_bond_out_of_band() 1991 address_type = static_cast<tBLE_ADDR_TYPE>(p192_data.address[6]); in btif_dm_create_bond_out_of_band() 1996 BTM_SecAddBleDevice(bd_addr, BT_DEVICE_TYPE_BLE, address_type); in btif_dm_create_bond_out_of_band() 1997 BTA_DmBond(bd_addr, address_type, transport, BT_DEVICE_TYPE_BLE); in btif_dm_create_bond_out_of_band() 2415 uint8_t address_type, RawAddress address) { in get_address_callback() argument 2416 invoke_oob_data_request_cb(transport, is_valid, c, r, address, address_type); in get_address_callback()
|
H A D | bluetooth.cc | 744 uint8_t address_type) { in invoke_oob_data_request_cb() argument 759 oob_data.address[6] = address_type; in invoke_oob_data_request_cb()
|
/aosp12/packages/apps/Bluetooth/jni/ |
H A D | com_android_bluetooth_gatt.cpp | 856 void OnOwnAddressRead(uint8_t advertiser_id, uint8_t address_type, in OnOwnAddressRead() argument 865 address_type, addr.get()); in OnOwnAddressRead() 2066 static void getOwnAddressCb(uint8_t advertiser_id, uint8_t address_type, in getOwnAddressCb() argument 2074 advertiser_id, address_type, addr.get()); in getOwnAddressCb() 2218 uint8_t sid, uint8_t address_type, RawAddress address, in onSyncStarted() argument 2224 reg_id, sync_handle, sid, address_type, address, in onSyncStarted()
|