Home
last modified time | relevance | path

Searched refs:bt_bdname_t (Results 1 – 25 of 26) sorted by relevance

12

/packages/modules/Bluetooth/system/btcore/src/
Dproperty.cc108 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/
Dbt_property.h273 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);
Dbt_property_unittest.cc150 constexpr bt_bdname_t kRemoteModelNum{
621 bt_bdname_t bd_name; in TEST_F()
Dbt_property.cc359 std::shared_ptr<RemoteModelNum> RemoteModelNum::Create(const bt_bdname_t& name) { in Create()
/packages/modules/Bluetooth/system/btcore/test/
Dproperty_test.cc101 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/
Dmock_bluetooth_interface.cc35 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/
Dproperty.h78 const bt_bdname_t* property_as_name(const bt_property_t* property);
/packages/modules/Bluetooth/system/btif/include/
Dmock_core_callbacks.h44 bt_bdname_t /* bd_name */, uint32_t /* cod */,
Dcore_callbacks.h40 void (*invoke_pin_request_cb)(RawAddress bd_addr, bt_bdname_t bd_name,
Dbtif_common.h150 void invoke_pin_request_cb(RawAddress bd_addr, bt_bdname_t bd_name,
/packages/modules/Bluetooth/system/include/hardware/
Dbluetooth.h66 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/
Dbtif_core.cc314 bt_bdname_t name; in btif_in_get_adapter_properties()
373 bt_bdname_t name, alias; in btif_in_get_remote_device_properties()
Dbtif_dm.cc486 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()
Dbluetooth.cc1318 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()
Dbtif_hh.cc1195 bt_bdname_t bdname; in btif_hh_upstreams_evt()
1198 sizeof(bt_bdname_t), &bdname); in btif_hh_upstreams_evt()
Dbtif_storage.cc978 bt_bdname_t name, alias, model_name; in btif_storage_load_bonded_devices()
/packages/modules/Bluetooth/system/gd/rust/topshim/src/
Dbtif.rs291 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/
Dheadless.cc142 [[maybe_unused]] bt_bdname_t* bd_name, in pin_request()
/packages/modules/Bluetooth/system/bta/csis/
Dcsis_types.h339 bt_bdname_t model_name_val = {0};
/packages/modules/Bluetooth/system/bta/le_audio/
Ddevices.cc1173 bt_bdname_t prop_value = {0}; in GetDeviceModelName()
1176 sizeof(bt_bdname_t), &prop_value); in GetDeviceModelName()
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_ble_sec.cc138 bt_bdname_t bdname; in BTM_GetRemoteDeviceName()
141 sizeof(bt_bdname_t), &bdname); in BTM_GetRemoteDeviceName()
/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()
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/
Dinterop.cc233 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/
Dgatt_main.cc586 bt_bdname_t model_name; in check_cached_model_name()
/packages/modules/Bluetooth/system/main/shim/
Dle_scanning_manager.cc774 bt_bdname_t bdname = {0}; in handle_remote_properties()

12