/packages/modules/Bluetooth/system/service/ |
D | adapter.cc | 67 bt_bdname_t* hal_name = reinterpret_cast<bt_bdname_t*>(property->val); in ParseRemoteDeviceProps() 292 bt_bdname_t hal_name; in SetName() 559 bt_bdname_t* hal_name = reinterpret_cast<bt_bdname_t*>(property->val); in AdapterPropertiesCallback() 668 void SSPRequestCallback(RawAddress* remote_bdaddr, bt_bdname_t* bd_name, in SSPRequestCallback()
|
D | bluetooth_interface.cc | 736 void invoke_pin_request_cb(RawAddress bd_addr, bt_bdname_t bd_name, in invoke_pin_request_cb() 739 [](RawAddress bd_addr, bt_bdname_t bd_name, in invoke_pin_request_cb() 748 void invoke_ssp_request_cb(RawAddress bd_addr, bt_bdname_t bd_name, in invoke_ssp_request_cb() 753 [](RawAddress bd_addr, bt_bdname_t bd_name, uint32_t cod, in invoke_ssp_request_cb()
|
/packages/modules/Bluetooth/system/tools/bdtool/ |
D | adapter.c | 155 void ssp_request(RawAddress* remote_bd_addr, bt_bdname_t* bd_name, uint32_t cod, in ssp_request() 197 const bt_bdname_t* name = property_as_name(property); in parse_properties() 253 const bt_bdname_t* name = property_as_name(property); in parse_properties()
|
D | bdtool.c | 170 const bt_bdname_t* name = property_as_name(property); in main()
|
/packages/modules/Bluetooth/system/service/hal/ |
D | bluetooth_interface.cc | 121 void PinRequestCallback(RawAddress* remote_bd_addr, bt_bdname_t* bd_name, in PinRequestCallback() 132 void SSPRequestCallback(RawAddress* remote_bd_addr, bt_bdname_t* bd_name, in SSPRequestCallback() 434 RawAddress* remote_bd_addr, bt_bdname_t* bd_name, uint32_t cod, in PinRequestCallback() 440 RawAddress* remote_bd_addr, bt_bdname_t* bd_name, uint32_t cod, in SSPRequestCallback()
|
D | bluetooth_interface.h | 65 bt_bdname_t* bd_name, uint32_t cod, 68 bt_bdname_t* bd_name, uint32_t cod,
|
D | fake_bluetooth_interface.cc | 116 bt_bdname_t hal_name; in NotifyAdapterNamePropertyChanged()
|
/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() 201 const bt_bdname_t* property_as_name(const bt_property_t* property) { in property_as_name() 203 return (const bt_bdname_t*)property->val; in property_as_name()
|
/packages/modules/Bluetooth/system/include/hardware/ |
D | bluetooth.h | 62 typedef struct { uint8_t name[249]; } __attribute__((packed)) bt_bdname_t; typedef 435 bt_bdname_t* bd_name, uint32_t cod, 444 bt_bdname_t* bd_name, uint32_t cod,
|
/packages/modules/Bluetooth/system/btif/include/ |
D | btif_common.h | 211 void invoke_pin_request_cb(RawAddress bd_addr, bt_bdname_t bd_name, 213 void invoke_ssp_request_cb(RawAddress bd_addr, bt_bdname_t bd_name,
|
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_bluetooth_interface.cc | 220 void invoke_pin_request_cb(RawAddress bd_addr, bt_bdname_t bd_name, in invoke_pin_request_cb() 223 void invoke_ssp_request_cb(RawAddress bd_addr, bt_bdname_t bd_name, in invoke_ssp_request_cb()
|
/packages/modules/Bluetooth/system/test/headless/ |
D | headless.cc | 90 void pin_request(RawAddress* remote_bd_addr, bt_bdname_t* bd_name, uint32_t cod, in pin_request() 95 void ssp_request(RawAddress* remote_bd_addr, bt_bdname_t* bd_name, uint32_t cod, in ssp_request()
|
/packages/modules/Bluetooth/system/gd/rust/topshim/src/ |
D | btif.rs | 228 impl From<bindings::bt_bdname_t> for String { 229 fn from(item: bindings::bt_bdname_t) -> Self { in from() 741 *mut FfiAddress, *mut bindings::bt_bdname_t, u32, bool, { 746 *mut FfiAddress, *mut bindings::bt_bdname_t, u32, bindings::bt_ssp_variant_t -> BtSspVariant, u32, { 1092 fn make_bdname_from_slice(slice: &[u8]) -> bindings::bt_bdname_t { in make_bdname_from_slice() argument 1096 let mut bdname = bindings::bt_bdname_t { name: [128; 249] }; in make_bdname_from_slice()
|
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_dm.cc | 431 bt_bdname_t bdname; in check_cached_remote_name() 437 sizeof(bt_bdname_t), &bdname); in check_cached_remote_name() 808 bt_bdname_t bd_name; in btif_dm_pin_req_evt() 898 bt_bdname_t bd_name; in btif_dm_ssp_cfm_req_evt() 979 bt_bdname_t bd_name; in btif_dm_ssp_key_notif_evt() 1272 bt_bdname_t bdname; in btif_dm_search_devices_evt() 2552 bt_bdname_t* bd_name = (bt_bdname_t*)prop->val; in btif_dm_get_adapter_property() 3013 bt_bdname_t bd_name; in btif_dm_ble_key_notif_evt() 3241 bt_bdname_t bd_name; in btif_dm_ble_sec_req_evt() 3286 bt_bdname_t bd_name; in btif_dm_ble_passkey_req_evt() [all …]
|
D | bluetooth.cc | 800 void invoke_pin_request_cb(RawAddress bd_addr, bt_bdname_t bd_name, in invoke_pin_request_cb() 803 [](RawAddress bd_addr, bt_bdname_t bd_name, in invoke_pin_request_cb() 812 void invoke_ssp_request_cb(RawAddress bd_addr, bt_bdname_t bd_name, in invoke_ssp_request_cb() 817 [](RawAddress bd_addr, bt_bdname_t bd_name, uint32_t cod, in invoke_ssp_request_cb()
|
D | btif_core.cc | 409 bt_bdname_t name; in btif_in_get_adapter_properties() 481 bt_bdname_t name, alias; in btif_in_get_remote_device_properties()
|
D | btif_ble_scanner.cc | 140 bt_bdname_t bdname; in bta_scan_results_cb_impl()
|
D | btif_hh.cc | 1004 bt_bdname_t bdname; in btif_hh_upstreams_evt() 1007 sizeof(bt_bdname_t), &bdname); in btif_hh_upstreams_evt()
|
/packages/modules/Bluetooth/system/btcore/test/ |
D | property_test.cc | 102 EXPECT_EQ((int)sizeof(bt_bdname_t), property->len); in TEST_F() 104 const bt_bdname_t* name1 = property_as_name(property); in TEST_F()
|
/packages/modules/Bluetooth/system/main/shim/ |
D | btm_api.cc | 248 std::unordered_map<bluetooth::hci::AddressWithType, bt_bdname_t> 317 bt_bdname_t legacy_name{0}; in DisplayPairingPrompt() 329 bt_bdname_t legacy_name{0}; in HandleConfirm() 452 bt_bdname_t tmp_name; in OnDeviceBonded() 491 bt_bdname_t tmp_name; in OnDeviceBondFailed()
|
D | le_scanning_manager.cc | 671 bt_bdname_t bdname; in handle_remote_properties()
|
/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/android/app/jni/ |
D | com_android_bluetooth_btservice_AdapterService.cpp | 404 static void pin_request_callback(RawAddress* bd_addr, bt_bdname_t* bdname, in pin_request_callback() 425 sCallbackEnv.get(), sCallbackEnv->NewByteArray(sizeof(bt_bdname_t))); in pin_request_callback() 431 sCallbackEnv->SetByteArrayRegion(devname.get(), 0, sizeof(bt_bdname_t), in pin_request_callback() 438 static void ssp_request_callback(RawAddress* bd_addr, bt_bdname_t* bdname, in ssp_request_callback() 459 sCallbackEnv.get(), sCallbackEnv->NewByteArray(sizeof(bt_bdname_t))); in ssp_request_callback() 465 sCallbackEnv->SetByteArrayRegion(devname.get(), 0, sizeof(bt_bdname_t), in ssp_request_callback()
|
/packages/modules/Bluetooth/system/service/test/ |
D | adapter_unittest.cc | 218 bt_bdname_t hal_name; in TEST_F()
|
/packages/modules/Bluetooth/system/btif/test/ |
D | btif_core_test.cc | 66 void pin_request_callback(RawAddress* remote_bd_addr, bt_bdname_t* bd_name, in pin_request_callback() 68 void ssp_request_callback(RawAddress* remote_bd_addr, bt_bdname_t* bd_name, in ssp_request_callback()
|