summaryrefslogtreecommitdiff
path: root/device/bluetooth
AgeCommit message (Expand)Author
2024-02-08Rename {absl => std}::optional in //device/Arthur Sonzogni
2023-04-13[floss] Add BtSdpRecord type converters.Jesse Melhuish
2023-03-29[Code Health] base::Value modernisationManya Agarwal
2023-01-11Update header includes for /base/functional in /d*, /e*, /f*Avi Drissman
2022-09-13Update copyright headers in device/Avi Drissman
2022-09-09[json-schema-compiler] Array optionals with absl::optionalClaudio DeSouza
2022-03-17Add missing includes of //base/observer_list.hDavid Sanders
2022-01-15device: Use BUILDFLAG for OS checkingXiaohan Wang
2021-11-12Remove most remaining unused "base/macros.h"Peter Boström
2021-10-07Remove DISALLOW_* macros from device/Peter Boström
2021-10-02Replace DISALLOW_COPY_AND_ASSIGN in device/Peter Boström
2021-07-22[CrOS Bluetooth] Add bluetooth device connected metricTheo Johnson-Kanu
2021-05-19[Code Health] Remove uses of Value::CreateDeepCopy()Austin Sullivan
2021-05-19Fix header guards in device/, mojo/ and services/.Lei Zhang
2020-10-29[Bluetooth] Add ScanResponseData to BLE Adv D-Bus APIJames Vecore
2020-10-29Refactor OS_LINUX preprocessor directive for LaCrOS effort.Sean McAllister
2020-10-29bluetooth: Convert advertisement registration to OnceCallbackReilly Grant
2020-10-14Remove/replace unnecessary logging.h includes in .cc files (device)Hans Wennborg
2020-06-05Refactor //device to move bluetooth_uuid.* to //device/bluetooth/public/cpp/ .Jason Majors
2020-06-05[device] Prepare //device for the base::string16 switchjdoerrie
2020-06-05Reland "Implement StringFromGUID2 natively in Chromium"Cliff Smolinsky
2020-06-05Revert "Implement StringFromGUID2 natively in Chromium"Ella Ge
2020-06-05Implement StringFromGUID2 natively in ChromiumCliff Smolinsky
2020-06-05Introduce an ObserverList<T>::Unchecked type alias.Trent Apted
2020-06-05Reland "[Bluetooth] Make BluetoothDevice::UUIDSet a base::flat_set"jdoerrie
2020-06-05First pass at supporting BLE advertisement on macOS.Tim Song
2020-06-05Revert "First pass at supporting BLE advertisement on macOS."Robert Liao
2020-06-05First pass at supporting BLE advertisement on macOS.Tim Song
2020-06-05[bluetooth] Implement obtaining GATT Services for WinRTJan Wilken Doerrie
2020-06-05[bluetooth] Introduce BluetoothDeviceWinrtJan Wilken Dörrie
2020-06-05Run clang-tidy modernize-use-equals-{delete,default} on //deviceChris Watkins
2020-06-05Replace base::MakeUnique with std::make_unique in device/.Jeremy Roman
2020-06-05Remove redundant OS_CHROMEOS checksMichael Giuffrida
2020-06-05Implement chrome.bluetoothLowEnergy.resetAdvertising().sonnysasaka
2020-06-05Remove base::Value::CreateNullValuejdoerrie
2020-06-05Move enum BluetoothDevice::DeviceType out of BluetoothDevice class.fukino
2020-06-05Add the chrome.bluetoothLowEnergy.setAdvertisingInterval API.steel
2020-06-05device/bluetooth: Fix = operator and copy constructor of BluetoothServiceAttr...mcchou
2020-06-05device/bluetooth: Fix copy constructor of BluetoothServiceAttributeValueBlueZmcchou
2020-06-05device/bluetooth: Add a constructor to BluetoothServiceAttributeValueBlueZmcchou
2020-06-05Use base::StartWith() in more places when appropriate.thestig
2020-06-05Implement BluetoothDeviceBlueZ::GetServiceRecords.rkc
2020-06-05BlueZ + DBus implementations of create/remove service record functions.rkc
2020-06-05device/bluetooth: split out transport enumejcaruso
2020-06-05bluetooth: Use BluetoothUUID instead of string when sending uuidsortuno
2020-06-05Generate param traits size methods for IPC files in content/ (and traits it d...jam
2020-06-05Convert device/bluetooth to std::unique_ptrthakis
2020-06-05IPC::Message -> base::Picklerockot
2020-06-05Convert Pass()→std::move() in //devicedcheng
2020-06-05Switch to standard integer types in device/.avi