Home
last modified time | relevance | path

Searched refs:IOBluetoothRFCOMMChannel (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/device/bluetooth/
Dbluetooth_socket_mac.h15 @class IOBluetoothRFCOMMChannel;
19 class IOBluetoothRFCOMMChannel; variable
51 void OnDataReceived(IOBluetoothRFCOMMChannel* rfcomm_channel,
59 explicit BluetoothSocketMac(IOBluetoothRFCOMMChannel* rfcomm_channel);
63 IOBluetoothRFCOMMChannel* rfcomm_channel_;
Dbluetooth_socket_mac.mm8 #import <IOBluetooth/objc/IOBluetoothRFCOMMChannel.h>
51 - (void)rfcommChannelData:(IOBluetoothRFCOMMChannel*)rfcommChannel
61 BluetoothSocketMac::BluetoothSocketMac(IOBluetoothRFCOMMChannel* rfcomm_channel) argument
83 IOBluetoothRFCOMMChannel* rfcomm_channel;
107 IOBluetoothRFCOMMChannel* rfcomm_channel;
159 IOBluetoothRFCOMMChannel* rfcomm_channel, void* data, size_t length) {