Home
last modified time | relevance | path

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

/system/bt/service/hal/
Dbluetooth_interface.h64 bt_bdname_t* bd_name, uint32_t cod,
67 bt_bdname_t* bd_name, uint32_t cod,
Dbluetooth_interface.cc115 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()
Dfake_bluetooth_interface.cc108 bt_bdname_t hal_name; in NotifyAdapterNamePropertyChanged()
/system/bt/tools/bdtool/
Dadapter.c152 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()
Dbdtool.c168 const bt_bdname_t* name = property_as_name(property); in main()
/system/bt/btcore/src/
Dproperty.cc103 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/include/hardware/
Dbluetooth.h53 typedef struct { uint8_t name[249]; } __attribute__((packed)) bt_bdname_t; typedef
348 bt_bdname_t* bd_name, uint32_t cod,
357 bt_bdname_t* bd_name, uint32_t cod,
/system/bt/service/
Dadapter.cc64 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/
Dproperty.h77 const bt_bdname_t* property_as_name(const bt_property_t* property);
/system/bt/btcore/test/
Dproperty_test.cc99 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/
Dbtif_dm.cc391 bt_bdname_t bdname; in check_cached_remote_name()
397 sizeof(bt_bdname_t), &bdname); in check_cached_remote_name()
838 bt_bdname_t bd_name; in btif_dm_pin_req_evt()
927 bt_bdname_t bd_name; in btif_dm_ssp_cfm_req_evt()
1002 bt_bdname_t bd_name; in btif_dm_ssp_key_notif_evt()
1255 bt_bdname_t bdname; in btif_dm_search_devices_evt()
2445 bt_bdname_t* bd_name = (bt_bdname_t*)prop->val; in btif_dm_get_adapter_property()
2815 bt_bdname_t bd_name; in btif_dm_ble_key_notif_evt()
3013 bt_bdname_t bd_name; in btif_dm_ble_sec_req_evt()
3058 bt_bdname_t bd_name; in btif_dm_ble_passkey_req_evt()
[all …]
Dbtif_core.cc555 bt_bdname_t name; in btif_in_get_adapter_properties()
629 bt_bdname_t name, alias; in btif_in_get_remote_device_properties()
Dbtif_ble_scanner.cc137 bt_bdname_t bdname; in bta_scan_results_cb_impl()
Dbtif_hh.cc972 bt_bdname_t bdname; in btif_hh_upstreams_evt()
975 sizeof(bt_bdname_t), &bdname); in btif_hh_upstreams_evt()
Dbtif_storage.cc928 bt_bdname_t name, alias; in btif_storage_load_bonded_devices()
/system/bt/service/test/
Dadapter_unittest.cc215 bt_bdname_t hal_name; in TEST_F()