Home
last modified time | relevance | path

Searched defs:bdname (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Bluetooth/system/btif/src/
Dbtif_dm.cc486 bt_bdname_t bdname; in get_cached_remote_name() local
1414 bt_bdname_t bdname; in btif_dm_search_devices_evt() local
2128 BD_NAME bdname; in BTIF_dm_enable() local
Dbtif_hh.cc1195 bt_bdname_t bdname; in btif_hh_upstreams_evt() local
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_ble_sec.cc138 bt_bdname_t bdname; in BTM_GetRemoteDeviceName() local
/packages/modules/Bluetooth/system/main/shim/
Dle_scanning_manager.cc774 bt_bdname_t bdname = {0}; in handle_remote_properties() local
/packages/modules/Bluetooth/system/gd/rust/topshim/src/
Dbtif.rs1520 let mut bdname = bindings::bt_bdname_t { name: [128; 249] }; in make_bdname_from_slice() localVariable
1555 let bdname = BluetoothProperty::BdName("FooBar".into()); in test_property_with_string_conversions() localVariable
/packages/modules/Bluetooth/system/device/src/
Dinterop.cc233 bt_bdname_t bdname; in interop_match_addr_or_name() local
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_btservice_AdapterService.cpp470 static void pin_request_callback(RawAddress* bd_addr, bt_bdname_t* bdname, in pin_request_callback()