Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/btif/src/
Dbtif_dm.cc466 bt_bdname_t bdname; in get_cached_remote_name() local
1351 bt_bdname_t bdname; in btif_dm_search_devices_evt() local
1957 BD_NAME bdname; in BTIF_dm_enable() local
Dbtif_hh.cc797 bt_bdname_t bdname = {}; in hh_get_dscp_handler() local
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/topshim/src/
Dbtif.rs1517 let mut bdname = bindings::bt_bdname_t { name: [128; 249] }; in make_bdname_from_slice() localVariable
1552 let bdname = BluetoothProperty::BdName("FooBar".into()); in test_property_with_string_conversions() localVariable
/aosp_15_r20/packages/modules/Bluetooth/system/main/shim/
Dle_scanning_manager.cc694 bt_bdname_t bdname = {0}; in handle_remote_properties() local
/aosp_15_r20/packages/modules/Bluetooth/system/stack/btm/
Dbtm_ble_sec.cc160 bt_bdname_t bdname; in BTM_GetRemoteDeviceName() local
/aosp_15_r20/packages/modules/Bluetooth/system/device/src/
Dinterop.cc225 bt_bdname_t bdname; in interop_match_addr_or_name() local
/aosp_15_r20/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_btservice_AdapterService.cpp490 static void pin_request_callback(RawAddress* bd_addr, bt_bdname_t* bdname, uint32_t cod, in pin_request_callback()