Home
last modified time | relevance | path

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

/system/bt/gd/hci/
Daddress_with_type.h34 AddressWithType(Address address, AddressType address_type) in AddressWithType()
Dle_advertising_manager_test.cc329 void on_scan(Address address, AddressType address_type) { in on_scan()
Dle_scanning_manager.cc142 uint8_t address_type, in OnScanResult()
/system/bt/vendor_libs/test_vendor_lib/model/controller/
Dle_advertiser.cc39 AddressType address_type, AddressWithType peer_address, in InitializeExtended()
/system/bt/gd/hci/acl_manager/
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
/system/bt/gd/security/record/
Dsecurity_record_storage.cc132 …auto address_type = (device.GetDeviceType() == hci::DeviceType::BR_EDR) ? hci::AddressType::PUBLIC… in LoadSecurityRecords() local
/system/bt/gd/hci/facade/
Dle_advertising_manager_facade.cc103 void ScanCallback(Address address, AddressType address_type) {} in ScanCallback()
Dle_scanning_manager_facade.cc66 uint8_t address_type, in OnScanResult()
/system/bt/main/shim/
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()
Dle_scanning_manager.cc240 void OnScanResult(uint16_t event_type, uint8_t address_type, in OnScanResult()
Dbtm.cc111 uint16_t event_type, uint8_t address_type, bluetooth::hci::Address address, in OnScanResult()
/system/bt/btif/src/
Dbluetooth.cc744 uint8_t address_type) { in invoke_oob_data_request_cb()
Dbtif_dm.cc1973 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()