HomeSort by relevance Sort by last modified time
    Searched refs:BluetoothChannelMac (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/device/bluetooth/
bluetooth_channel_mac.h 21 class BluetoothChannelMac {
23 BluetoothChannelMac();
24 virtual ~BluetoothChannelMac();
59 DISALLOW_COPY_AND_ASSIGN(BluetoothChannelMac);
bluetooth_socket_mac.h 33 class BluetoothChannelMac;
98 void OnChannelOpened(scoped_ptr<BluetoothChannelMac> channel);
175 scoped_ptr<BluetoothChannelMac> channel_;
194 std::queue<linked_ptr<BluetoothChannelMac>> accept_queue_;
bluetooth_l2cap_channel_mac.h 20 class BluetoothL2capChannelMac : public BluetoothChannelMac {
39 // BluetoothChannelMac:
bluetooth_rfcomm_channel_mac.h 20 class BluetoothRfcommChannelMac : public BluetoothChannelMac {
39 // BluetoothChannelMac:

Completed in 1621 milliseconds