Home | History | Annotate | Download | only in bluetooth

Lines Matching defs:ExtensionBluetoothEventRouter

29 ExtensionBluetoothEventRouter::ExtensionBluetoothEventRouter(Profile* profile)
40 ExtensionBluetoothEventRouter::~ExtensionBluetoothEventRouter() {
56 bool ExtensionBluetoothEventRouter::IsBluetoothSupported() const {
61 void ExtensionBluetoothEventRouter::GetAdapter(
71 void ExtensionBluetoothEventRouter::OnListenerAdded() {
76 void ExtensionBluetoothEventRouter::OnListenerRemoved() {
82 int ExtensionBluetoothEventRouter::RegisterSocket(
95 bool ExtensionBluetoothEventRouter::ReleaseSocket(int id) {
103 void ExtensionBluetoothEventRouter::AddProfile(
110 void ExtensionBluetoothEventRouter::RemoveProfile(const std::string& uuid) {
119 bool ExtensionBluetoothEventRouter::HasProfile(const std::string& uuid) const {
123 device::BluetoothProfile* ExtensionBluetoothEventRouter::GetProfile(
133 ExtensionBluetoothEventRouter::GetSocket(int id) {
140 void ExtensionBluetoothEventRouter::SetResponsibleForDiscovery(
145 bool ExtensionBluetoothEventRouter::IsResponsibleForDiscovery() const {
149 void ExtensionBluetoothEventRouter::SetSendDiscoveryEvents(bool should_send) {
163 void ExtensionBluetoothEventRouter::DispatchDeviceEvent(
171 void ExtensionBluetoothEventRouter::DispatchConnectionEvent(
193 void ExtensionBluetoothEventRouter::AdapterPresentChanged(
202 void ExtensionBluetoothEventRouter::AdapterPoweredChanged(
211 void ExtensionBluetoothEventRouter::AdapterDiscoveringChanged(
227 void ExtensionBluetoothEventRouter::DeviceAdded(
248 void ExtensionBluetoothEventRouter::InitializeAdapterIfNeeded() {
250 GetAdapter(base::Bind(&ExtensionBluetoothEventRouter::InitializeAdapter,
255 void ExtensionBluetoothEventRouter::InitializeAdapter(
263 void ExtensionBluetoothEventRouter::MaybeReleaseAdapter() {
270 void ExtensionBluetoothEventRouter::DispatchAdapterStateEvent() {