OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BluetoothAdapterWin
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/device/bluetooth/
bluetooth_adapter_win.cc
21
BluetoothAdapterWin
::
BluetoothAdapterWin
(const InitCallback& init_callback)
31
BluetoothAdapterWin
::~
BluetoothAdapterWin
() {
38
void
BluetoothAdapterWin
::AddObserver(BluetoothAdapter::Observer* observer) {
43
void
BluetoothAdapterWin
::RemoveObserver(BluetoothAdapter::Observer* observer) {
48
std::string
BluetoothAdapterWin
::GetAddress() const {
52
std::string
BluetoothAdapterWin
::GetName() const {
58
bool
BluetoothAdapterWin
::IsInitialized() const {
62
bool
BluetoothAdapterWin
::IsPresent() const
[
all
...]
bluetooth_adapter_win.h
32
class
BluetoothAdapterWin
: public BluetoothAdapter,
85
explicit
BluetoothAdapterWin
(const InitCallback& init_callback);
86
virtual ~
BluetoothAdapterWin
();
119
base::WeakPtrFactory<
BluetoothAdapterWin
> weak_ptr_factory_;
121
DISALLOW_COPY_AND_ASSIGN(
BluetoothAdapterWin
);
Completed in 35 milliseconds