Home
last modified time | relevance | path

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

12

/packages/modules/Bluetooth/system/service/
Dadapter.cc67 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()
Dbluetooth_interface.cc736 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/
Dadapter.c155 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()
Dbdtool.c170 const bt_bdname_t* name = property_as_name(property); in main()
/packages/modules/Bluetooth/system/service/hal/
Dbluetooth_interface.cc121 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()
Dbluetooth_interface.h65 bt_bdname_t* bd_name, uint32_t cod,
68 bt_bdname_t* bd_name, uint32_t cod,
Dfake_bluetooth_interface.cc116 bt_bdname_t hal_name; in NotifyAdapterNamePropertyChanged()
/packages/modules/Bluetooth/system/btcore/src/
Dproperty.cc108 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/
Dbluetooth.h62 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/
Dbtif_common.h211 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/
Dmock_bluetooth_interface.cc220 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/
Dheadless.cc90 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/
Dbtif.rs228 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/
Dbtif_dm.cc431 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 …]
Dbluetooth.cc800 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()
Dbtif_core.cc409 bt_bdname_t name; in btif_in_get_adapter_properties()
481 bt_bdname_t name, alias; in btif_in_get_remote_device_properties()
Dbtif_ble_scanner.cc140 bt_bdname_t bdname; in bta_scan_results_cb_impl()
Dbtif_hh.cc1004 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/
Dproperty_test.cc102 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/
Dbtm_api.cc248 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()
Dle_scanning_manager.cc671 bt_bdname_t bdname; in handle_remote_properties()
/packages/modules/Bluetooth/system/btcore/include/
Dproperty.h78 const bt_bdname_t* property_as_name(const bt_property_t* property);
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_btservice_AdapterService.cpp404 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/
Dadapter_unittest.cc218 bt_bdname_t hal_name; in TEST_F()
/packages/modules/Bluetooth/system/btif/test/
Dbtif_core_test.cc66 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()

12