summaryrefslogtreecommitdiffstats
path: root/device/bluetooth/bluetooth_socket_mac.mm
Commit message (Expand)AuthorAgeFilesLines
* Remove implicit conversions from scoped_refptr to T* in device/dcheng2014-09-191-1/+1
* Update some Mac Bluetooth TODOs.isherman@chromium.org2014-07-161-14/+11
* Use name passed to chrome.bluetoothSocket.create() as the SDP service name fo...isherman@chromium.org2014-07-031-49/+66
* [Bluetooth] Improve the adapter's awareness of connected devices.isherman@chromium.org2014-06-181-5/+6
* Implment support for L2CAP server sockets on Mac.isherman@chromium.org2014-06-161-31/+206
* Add support for client L2CAP sockets on Mac.isherman@chromium.org2014-06-141-14/+31
* Factor out a BluetoothChannelMac base class and a BluetoothRfcommChannelMac s...isherman@chromium.org2014-06-121-139/+61
* Bluetooth: Implement new socket API for OS Xisherman@chromium.org2014-06-101-86/+494
* [Bluetooth] Remove the deprecated BluetoothServiceRecordMac class.isherman@chromium.org2014-06-061-2/+0
* Implement chrome.bluetoothSocket.listenUsing*()keybuk@chromium.org2014-05-121-0/+6
* [Bluetooth, Mac] Normalize device addresses to have the format XX:XX:XX:XX:XX:XXisherman@chromium.org2014-05-021-18/+6
* Implement Bluetooth server socket support for RFCOMM on Mac.isherman@chromium.org2014-04-281-20/+45
* [Cleanup] Minor cleanup in bluetooth device code.isherman@chromium.org2014-04-171-41/+21
* MacOS implementation of BluetoothSocket.rpaquay@chromium.org2014-04-101-99/+314
* * Replace "read" method with onReceiveXxx events.rpaquay@chromium.org2014-04-081-1/+22
* Revert 262175 "* Replace "read" method with onReceiveXxx events."scottmg@chromium.org2014-04-071-22/+1
* * Replace "read" method with onReceiveXxx events.rpaquay@chromium.org2014-04-071-1/+22
* Use a direct include of strings headers in crypto/, dbus/, device/.avi@chromium.org2013-06-111-1/+1
* Implemented BluetoothDeviceMac::ConnectToProfile().youngki@chromium.org2013-04-241-0/+39
* Simplified BluetoothDeviceMac.youngki@chromium.org2013-04-121-0/+2
* Implemented BluetoothSocketMac.youngki@chromium.org2013-03-181-0/+141