Home
last modified time | relevance | path

Searched defs:secondary_bd_addr (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/test/headless/
Dheadless.cc151 [[maybe_unused]] RawAddress* secondary_bd_addr) { in address_consolidate()
156 [[maybe_unused]] RawAddress* secondary_bd_addr, in le_address_associate()
/aosp_15_r20/packages/modules/Bluetooth/system/btif/src/
Dbluetooth.cc1464 void invoke_address_consolidate_cb(RawAddress main_bd_addr, RawAddress secondary_bd_addr) { in invoke_address_consolidate_cb()
1466 [](RawAddress main_bd_addr, RawAddress secondary_bd_addr) { in invoke_address_consolidate_cb()
1472 void invoke_le_address_associate_cb(RawAddress main_bd_addr, RawAddress secondary_bd_addr, in invoke_le_address_associate_cb()
1475 [](RawAddress main_bd_addr, RawAddress secondary_bd_addr, uint8_t identity_address_type) { in invoke_le_address_associate_cb()
/aosp_15_r20/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_btservice_AdapterService.cpp374 static void address_consolidate_callback(RawAddress* main_bd_addr, RawAddress* secondary_bd_addr) { in address_consolidate_callback()
406 static void le_address_associate_callback(RawAddress* main_bd_addr, RawAddress* secondary_bd_addr, in le_address_associate_callback()