/system/bt/main/shim/ |
D | btif_dm.cc | 41 bt_bdname_t legacy_name{0}; in DisplayPairingPrompt() 54 bt_bdname_t legacy_name{0}; in DisplayConfirmValue() 64 bt_bdname_t legacy_name{0}; in DisplayYesNoDialog() 72 bt_bdname_t legacy_name{0}; in DisplayEnterPasskeyDialog() 81 bt_bdname_t legacy_name{0}; in DisplayPasskey() 88 …void SetLegacyCallback(std::function<void(RawAddress, bt_bdname_t, uint32_t, bt_ssp_variant_t, uin… in SetLegacyCallback() argument 93 std::function<void(RawAddress, bt_bdname_t, uint32_t, bt_ssp_variant_t, 103 void BTIF_DM_SetUiCallback(std::function<void(RawAddress, bt_bdname_t, uint32_t, bt_ssp_variant_t, … in BTIF_DM_SetUiCallback() argument
|
D | btif_dm.h | 31 void BTIF_DM_SetUiCallback(std::function<void(RawAddress, bt_bdname_t, uint32_t, bt_ssp_variant_t, …
|
/system/bt/service/hal/ |
D | bluetooth_interface.h | 64 bt_bdname_t* bd_name, uint32_t cod, 67 bt_bdname_t* bd_name, uint32_t cod,
|
D | bluetooth_interface.cc | 115 void PinRequestCallback(RawAddress* remote_bd_addr, bt_bdname_t* bd_name, in PinRequestCallback() 126 void SSPRequestCallback(RawAddress* remote_bd_addr, bt_bdname_t* bd_name, in SSPRequestCallback() 330 RawAddress* remote_bd_addr, bt_bdname_t* bd_name, uint32_t cod, in PinRequestCallback() 336 RawAddress* remote_bd_addr, bt_bdname_t* bd_name, uint32_t cod, in SSPRequestCallback()
|
D | fake_bluetooth_interface.cc | 109 bt_bdname_t hal_name; in NotifyAdapterNamePropertyChanged()
|
/system/bt/tools/bdtool/ |
D | adapter.c | 152 void ssp_request(RawAddress* remote_bd_addr, bt_bdname_t* bd_name, uint32_t cod, in ssp_request() 194 const bt_bdname_t* name = property_as_name(property); in parse_properties() 250 const bt_bdname_t* name = property_as_name(property); in parse_properties()
|
D | bdtool.c | 168 const bt_bdname_t* name = property_as_name(property); in main()
|
/system/bt/btcore/src/ |
D | property.cc | 103 return property_new_((void*)name, sizeof(bt_bdname_t), BT_PROPERTY_BDNAME); in property_new_name() 196 const bt_bdname_t* property_as_name(const bt_property_t* property) { in property_as_name() 198 return (const bt_bdname_t*)property->val; in property_as_name()
|
/system/bt/test/headless/ |
D | headless.cc | 60 void pin_request(RawAddress* remote_bd_addr, bt_bdname_t* bd_name, uint32_t cod, in pin_request() 65 void ssp_request(RawAddress* remote_bd_addr, bt_bdname_t* bd_name, uint32_t cod, in ssp_request()
|
/system/bt/include/hardware/ |
D | bluetooth.h | 54 typedef struct { uint8_t name[249]; } __attribute__((packed)) bt_bdname_t; typedef 349 bt_bdname_t* bd_name, uint32_t cod, 358 bt_bdname_t* bd_name, uint32_t cod,
|
/system/bt/service/ |
D | adapter.cc | 64 bt_bdname_t* hal_name = reinterpret_cast<bt_bdname_t*>(property->val); in ParseRemoteDeviceProps() 286 bt_bdname_t hal_name; in SetName() 553 bt_bdname_t* hal_name = reinterpret_cast<bt_bdname_t*>(property->val); in AdapterPropertiesCallback() 660 void SSPRequestCallback(RawAddress* remote_bdaddr, bt_bdname_t* bd_name, in SSPRequestCallback()
|
/system/bt/btcore/include/ |
D | property.h | 77 const bt_bdname_t* property_as_name(const bt_property_t* property);
|
/system/bt/btcore/test/ |
D | property_test.cc | 99 EXPECT_EQ((int)sizeof(bt_bdname_t), property->len); in TEST_F() 101 const bt_bdname_t* name1 = property_as_name(property); in TEST_F()
|
/system/bt/btif/src/ |
D | btif_dm.cc | 315 …bluetooth::shim::BTIF_DM_SetUiCallback([](RawAddress address, bt_bdname_t bd_name, uint32_t cod, b… in btif_dm_init() 316 …do_in_jni_thread(FROM_HERE, base::BindOnce([](RawAddress address, bt_bdname_t bd_name, uint32_t co… in btif_dm_init() 443 bt_bdname_t bdname; in check_cached_remote_name() 449 sizeof(bt_bdname_t), &bdname); in check_cached_remote_name() 899 bt_bdname_t bd_name; in btif_dm_pin_req_evt() 988 bt_bdname_t bd_name; in btif_dm_ssp_cfm_req_evt() 1063 bt_bdname_t bd_name; in btif_dm_ssp_key_notif_evt() 1323 bt_bdname_t bdname; in btif_dm_search_devices_evt() 2538 bt_bdname_t* bd_name = (bt_bdname_t*)prop->val; in btif_dm_get_adapter_property() 2908 bt_bdname_t bd_name; in btif_dm_ble_key_notif_evt() [all …]
|
D | btif_core.cc | 555 bt_bdname_t name; in btif_in_get_adapter_properties() 629 bt_bdname_t name, alias; in btif_in_get_remote_device_properties()
|
D | btif_ble_scanner.cc | 136 bt_bdname_t bdname; in bta_scan_results_cb_impl()
|
D | btif_hh.cc | 969 bt_bdname_t bdname; in btif_hh_upstreams_evt() 972 sizeof(bt_bdname_t), &bdname); in btif_hh_upstreams_evt()
|
D | btif_storage.cc | 918 bt_bdname_t name, alias; in btif_storage_load_bonded_devices()
|
/system/bt/service/test/ |
D | adapter_unittest.cc | 215 bt_bdname_t hal_name; in TEST_F()
|