Home
last modified time | relevance | path

Searched defs:address_type (Results 1 – 16 of 16) sorted by relevance

/aosp12/system/bt/gd/hci/
H A Daddress_with_type.h34 AddressWithType(Address address, AddressType address_type) in AddressWithType()
H A Dle_advertising_manager_test.cc329 void on_scan(Address address, AddressType address_type) { in on_scan()
H A Dle_scanning_manager.cc142 uint8_t address_type, in OnScanResult()
/aosp12/system/bt/gd/hci/acl_manager/
H A Dle_impl.h367 AddressType address_type = address_with_type.GetAddressType(); in add_device_to_connect_list() local
389 AddressType address_type = address_with_type.GetAddressType(); in add_device_to_resolving_list() local
523 AddressType address_type = address_with_type.GetAddressType(); in remove_device_from_connect_list() local
545 AddressType address_type = address_with_type.GetAddressType(); in remove_device_from_resolving_list() local
/aosp12/system/bt/vendor_libs/test_vendor_lib/model/controller/
H A Dle_advertiser.cc39 AddressType address_type, AddressWithType peer_address, in InitializeExtended()
H A Dlink_layer_controller.cc1097 auto address_type = advertisement.GetAddressType(); in IncomingLeAdvertisementPacket() local
1404 auto address_type = in IncomingLeScanResponsePacket() local
2638 void LinkLayerController::LeSetPrivacyMode(uint8_t address_type, Address addr, in LeSetPrivacyMode()
/aosp12/system/bt/gd/security/record/
H A Dsecurity_record_storage.cc132 …auto address_type = (device.GetDeviceType() == hci::DeviceType::BR_EDR) ? hci::AddressType::PUBLIC… in LoadSecurityRecords() local
/aosp12/system/bt/main/shim/
H A Dle_advertising_manager.cc236 void on_scan(Address address, AddressType address_type) { in on_scan()
319 void OnOwnAddressRead(uint8_t advertiser_id, uint8_t address_type, in OnOwnAddressRead()
H A Dle_scanning_manager.cc240 void OnScanResult(uint16_t event_type, uint8_t address_type, in OnScanResult()
H A Dbtm.cc111 uint16_t event_type, uint8_t address_type, bluetooth::hci::Address address, in OnScanResult()
/aosp12/bionic/libc/kernel/uapi/linux/
H A Ddns_resolver.h76 __u8 address_type; member
/aosp12/system/bt/gd/hci/facade/
H A Dle_advertising_manager_facade.cc135 void ScanCallback(Address address, AddressType address_type) {} in ScanCallback()
H A Dle_scanning_manager_facade.cc66 uint8_t address_type, in OnScanResult()
/aosp12/system/bt/btif/src/
H A Dbluetooth.cc744 uint8_t address_type) { in invoke_oob_data_request_cb()
H A Dbtif_dm.cc1971 tBLE_ADDR_TYPE address_type = BLE_ADDR_RANDOM; in btif_dm_create_bond_out_of_band() local
2415 uint8_t address_type, RawAddress address) { in get_address_callback()
/aosp12/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_gatt.cpp856 void OnOwnAddressRead(uint8_t advertiser_id, uint8_t address_type, in OnOwnAddressRead()
2066 static void getOwnAddressCb(uint8_t advertiser_id, uint8_t address_type, in getOwnAddressCb()
2218 uint8_t sid, uint8_t address_type, RawAddress address, in onSyncStarted()