Searched refs:bt_bdname_t (Results 1 – 15 of 15) sorted by relevance
/system/bt/service/hal/ |
D | bluetooth_interface.h | 62 bt_bdname_t* bd_name, uint32_t cod, 65 bt_bdname_t* bd_name, uint32_t cod,
|
D | bluetooth_interface.cc | 106 void PinRequestCallback(bt_bdaddr_t* remote_bd_addr, bt_bdname_t* bd_name, in PinRequestCallback() 117 void SSPRequestCallback(bt_bdaddr_t* remote_bd_addr, bt_bdname_t* bd_name, in SSPRequestCallback() 334 bt_bdaddr_t* remote_bd_addr, bt_bdname_t* bd_name, uint32_t cod, in PinRequestCallback() 340 bt_bdaddr_t* remote_bd_addr, bt_bdname_t* bd_name, uint32_t cod, in SSPRequestCallback()
|
D | fake_bluetooth_interface.cc | 102 bt_bdname_t hal_name; in NotifyAdapterNamePropertyChanged()
|
/system/bt/tools/bdtool/ |
D | adapter.c | 153 void ssp_request(bt_bdaddr_t* remote_bd_addr, bt_bdname_t* bd_name, in ssp_request() 196 const bt_bdname_t* name = property_as_name(property); in parse_properties() 252 const bt_bdname_t* name = property_as_name(property); in parse_properties()
|
D | bdtool.c | 169 const bt_bdname_t* name = property_as_name(property); in main()
|
/system/bt/service/ |
D | adapter.cc | 161 bt_bdname_t hal_name; in SetName() 274 bt_bdname_t* hal_name = reinterpret_cast<bt_bdname_t*>(property->val); in AdapterPropertiesCallback() 303 void SSPRequestCallback(bt_bdaddr_t*, bt_bdname_t*, uint32_t, in SSPRequestCallback() argument
|
/system/bt/btcore/src/ |
D | property.cc | 102 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/btcore/include/ |
D | property.h | 76 const bt_bdname_t* property_as_name(const bt_property_t* property);
|
/system/bt/btcore/test/ |
D | property_test.cc | 97 EXPECT_EQ((int)sizeof(bt_bdname_t), property->len); in TEST_F() 99 const bt_bdname_t* name1 = property_as_name(property); in TEST_F()
|
/system/bt/btif/src/ |
D | btif_dm.cc | 388 bt_bdname_t bdname; in check_cached_remote_name() 395 sizeof(bt_bdname_t), &bdname); in check_cached_remote_name() 842 bt_bdname_t bd_name; in btif_dm_pin_req_evt() 922 bt_bdname_t bd_name; in btif_dm_ssp_cfm_req_evt() 995 bt_bdname_t bd_name; in btif_dm_ssp_key_notif_evt() 1246 bt_bdname_t bdname; in btif_dm_search_devices_evt() 2465 bt_bdname_t* bd_name = (bt_bdname_t*)prop->val; in btif_dm_get_adapter_property() 2847 bt_bdname_t bd_name; in btif_dm_ble_key_notif_evt() 3042 bt_bdname_t bd_name; in btif_dm_ble_sec_req_evt() 3088 bt_bdname_t bd_name; in btif_dm_ble_passkey_req_evt() [all …]
|
D | btif_core.cc | 597 bt_bdname_t name; in btif_in_get_adapter_properties() 657 bt_bdname_t name, alias; in btif_in_get_remote_device_properties()
|
D | btif_ble_scanner.cc | 174 bt_bdname_t bdname; in bta_scan_results_cb_impl()
|
D | btif_hh.cc | 966 bt_bdname_t bdname; in btif_hh_upstreams_evt() 969 sizeof(bt_bdname_t), &bdname); in btif_hh_upstreams_evt()
|
D | btif_storage.cc | 798 bt_bdname_t name, alias; in btif_storage_load_bonded_devices()
|
/system/bt/service/test/ |
D | adapter_unittest.cc | 216 bt_bdname_t hal_name; in TEST_F()
|