/packages/modules/Bluetooth/system/btcore/src/ |
D | property.cc | 108 return property_new_((void*)name, sizeof(bt_bdname_t), BT_PROPERTY_BDNAME); in property_new_name() 205 const bt_bdname_t* property_as_name(const bt_property_t* property) { in property_as_name() 208 return (const bt_bdname_t*)property->val; in property_as_name()
|
/packages/modules/Bluetooth/system/gd/discovery/device/ |
D | bt_property.h | 273 RemoteModelNum(const bt_bdname_t& name) in RemoteModelNum() 277 sizeof(bt_bdname_t) - sizeof(kBdNameDelim), in RemoteModelNum() 280 static std::shared_ptr<RemoteModelNum> Create(const bt_bdname_t& name);
|
D | bt_property_unittest.cc | 150 constexpr bt_bdname_t kRemoteModelNum{ 621 bt_bdname_t bd_name; in TEST_F()
|
D | bt_property.cc | 359 std::shared_ptr<RemoteModelNum> RemoteModelNum::Create(const bt_bdname_t& name) { in Create()
|
/packages/modules/Bluetooth/system/btcore/test/ |
D | property_test.cc | 101 EXPECT_EQ((int)sizeof(bt_bdname_t), property->len); in TEST_F() 103 const bt_bdname_t* name1 = property_as_name(property); in TEST_F()
|
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_bluetooth_interface.cc | 35 void invoke_pin_request_cb(RawAddress /* bd_addr */, bt_bdname_t /* bd_name */, in invoke_pin_request_cb() argument
|
/packages/modules/Bluetooth/system/btcore/include/ |
D | property.h | 78 const bt_bdname_t* property_as_name(const bt_property_t* property);
|
/packages/modules/Bluetooth/system/btif/include/ |
D | mock_core_callbacks.h | 44 bt_bdname_t /* bd_name */, uint32_t /* cod */,
|
D | core_callbacks.h | 40 void (*invoke_pin_request_cb)(RawAddress bd_addr, bt_bdname_t bd_name,
|
D | btif_common.h | 150 void invoke_pin_request_cb(RawAddress bd_addr, bt_bdname_t bd_name,
|
/packages/modules/Bluetooth/system/include/hardware/ |
D | bluetooth.h | 66 typedef struct { uint8_t name[249]; } __attribute__((packed)) bt_bdname_t; typedef 532 bt_bdname_t* bd_name, uint32_t cod,
|
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_core.cc | 314 bt_bdname_t name; in btif_in_get_adapter_properties() 373 bt_bdname_t name, alias; in btif_in_get_remote_device_properties()
|
D | btif_dm.cc | 486 bt_bdname_t bdname; in get_cached_remote_name() 492 sizeof(bt_bdname_t), &bdname); in get_cached_remote_name() 977 bt_bdname_t bd_name; in btif_dm_pin_req_evt() 1414 bt_bdname_t bdname; in btif_dm_search_devices_evt() 3019 bt_bdname_t* bd_name = (bt_bdname_t*)prop->val; in btif_dm_get_adapter_property() 3518 bt_bdname_t model_name; in btif_model_name_known() 3820 bt_bdname_t bd_name; in btif_dm_ble_passkey_req_evt()
|
D | bluetooth.cc | 1318 void invoke_pin_request_cb(RawAddress bd_addr, bt_bdname_t bd_name, in invoke_pin_request_cb() 1321 [](RawAddress bd_addr, bt_bdname_t bd_name, uint32_t cod, in invoke_pin_request_cb()
|
D | btif_hh.cc | 1195 bt_bdname_t bdname; in btif_hh_upstreams_evt() 1198 sizeof(bt_bdname_t), &bdname); in btif_hh_upstreams_evt()
|
D | btif_storage.cc | 978 bt_bdname_t name, alias, model_name; in btif_storage_load_bonded_devices()
|
/packages/modules/Bluetooth/system/gd/rust/topshim/src/ |
D | btif.rs | 291 impl From<bindings::bt_bdname_t> for String { 292 fn from(item: bindings::bt_bdname_t) -> Self { in from() 1088 *mut RawAddress, *mut bindings::bt_bdname_t, u32, bool, { 1516 fn make_bdname_from_slice(slice: &[u8]) -> bindings::bt_bdname_t { in make_bdname_from_slice() argument 1520 let mut bdname = bindings::bt_bdname_t { name: [128; 249] }; in make_bdname_from_slice()
|
/packages/modules/Bluetooth/system/test/headless/ |
D | headless.cc | 142 [[maybe_unused]] bt_bdname_t* bd_name, in pin_request()
|
/packages/modules/Bluetooth/system/bta/csis/ |
D | csis_types.h | 339 bt_bdname_t model_name_val = {0};
|
/packages/modules/Bluetooth/system/bta/le_audio/ |
D | devices.cc | 1173 bt_bdname_t prop_value = {0}; in GetDeviceModelName() 1176 sizeof(bt_bdname_t), &prop_value); in GetDeviceModelName()
|
/packages/modules/Bluetooth/system/stack/btm/ |
D | btm_ble_sec.cc | 138 bt_bdname_t bdname; in BTM_GetRemoteDeviceName() 141 sizeof(bt_bdname_t), &bdname); in BTM_GetRemoteDeviceName()
|
/packages/modules/Bluetooth/android/app/jni/ |
D | com_android_bluetooth_btservice_AdapterService.cpp | 470 static void pin_request_callback(RawAddress* bd_addr, bt_bdname_t* bdname, in pin_request_callback() 497 sCallbackEnv.get(), sCallbackEnv->NewByteArray(sizeof(bt_bdname_t))); in pin_request_callback() 503 sCallbackEnv->SetByteArrayRegion(devname.get(), 0, sizeof(bt_bdname_t), in pin_request_callback()
|
/packages/modules/Bluetooth/system/device/src/ |
D | interop.cc | 233 bt_bdname_t bdname; in interop_match_addr_or_name() 239 sizeof(bt_bdname_t), bdname.name); in interop_match_addr_or_name()
|
/packages/modules/Bluetooth/system/stack/gatt/ |
D | gatt_main.cc | 586 bt_bdname_t model_name; in check_cached_model_name()
|
/packages/modules/Bluetooth/system/main/shim/ |
D | le_scanning_manager.cc | 774 bt_bdname_t bdname = {0}; in handle_remote_properties()
|