OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bluetooth_socket
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/extensions/browser/api/bluetooth_socket/
bluetooth_socket_event_dispatcher.cc
5
#include "extensions/browser/api/
bluetooth_socket
/bluetooth_socket_event_dispatcher.h"
9
#include "device/bluetooth/
bluetooth_socket
.h"
10
#include "extensions/browser/api/
bluetooth_socket
/bluetooth_api_socket.h"
12
#include "extensions/common/api/
bluetooth_socket
.h"
17
namespace
bluetooth_socket
= extensions::core_api::
bluetooth_socket
;
22
bluetooth_socket
::ReceiveError MapReceiveErrorReason(
26
return
bluetooth_socket
::RECEIVE_ERROR_DISCONNECTED;
36
return
bluetooth_socket
::RECEIVE_ERROR_SYSTEM_ERROR;
40
bluetooth_socket
::AcceptError MapAcceptErrorReason
[
all
...]
bluetooth_socket_api.cc
5
#include "extensions/browser/api/
bluetooth_socket
/bluetooth_socket_api.h"
14
#include "device/bluetooth/
bluetooth_socket
.h"
15
#include "extensions/browser/api/
bluetooth_socket
/bluetooth_api_socket.h"
16
#include "extensions/browser/api/
bluetooth_socket
/bluetooth_socket_event_dispatcher.h"
23
using extensions::core_api::
bluetooth_socket
::ListenOptions;
24
using extensions::core_api::
bluetooth_socket
::SocketInfo;
25
using extensions::core_api::
bluetooth_socket
::SocketProperties;
188
params_ =
bluetooth_socket
::Create::Params::Create(*args_);
198
bluetooth_socket
::SocketProperties* properties =
204
bluetooth_socket
::CreateInfo create_info
[
all
...]
bluetooth_socket_api.h
16
#include "extensions/browser/api/
bluetooth_socket
/bluetooth_api_socket.h"
19
#include "extensions/common/api/
bluetooth_socket
.h"
82
scoped_ptr<
bluetooth_socket
::Create::Params> params_;
99
scoped_ptr<
bluetooth_socket
::Update::Params> params_;
118
scoped_ptr<
bluetooth_socket
::SetPaused::Params> params_;
179
scoped_ptr<
bluetooth_socket
::ListenUsingRfcomm::Params> params_;
208
scoped_ptr<
bluetooth_socket
::ListenUsingL2cap::Params> params_;
234
scoped_ptr<
bluetooth_socket
::Connect::Params> params_;
272
scoped_ptr<
bluetooth_socket
::Disconnect::Params> params_;
289
scoped_ptr<
bluetooth_socket
::Close::Params> params_
[
all
...]
Completed in 39 milliseconds