aboutsummaryrefslogtreecommitdiff
path: root/service/test
AgeCommit message (Expand)Author
2020-05-06service: A2DP source callback to query the preferred codecCheney Ni
2019-10-10[system][bt] fix -Wreorder-init-listNick Desaulniers
2019-05-15NIAP: Add a new argument to determine single user mode status.Martin Brabham
2019-05-16NIAP: Add a new argument to determine single user mode status.Martin Brabham
2019-04-05Modernise code to use override specifierYi Kong
2018-08-29Implement A2DP source and AVRCP target binder serversandroid-o-mr1-iot-release-1.0.4Bailey Forrest
2018-08-17Implement A2DP sink and AVRCP controller binder serverBailey Forrest
2018-01-29Drops unittest build on Mac host.Hidehiko Abe
2018-01-03Advertising Filtering: send all filters in one batch (2/2)Jakub Pawlowski
2017-12-18bt: Update libchrome APIS to r456626.Hidehiko Abe
2017-10-23Make copyright headers consistent with Google template; remove "(C)"Jakub Pawlowski
2017-10-17Remove hw_module_t dependency in Bluetooth (1/3)Jakub Pawlowski
2017-09-25Use one type for UUID (1/5)Jakub Pawlowski
2017-07-26Revert "bt: Update libchrome APIS to r456626."Luis Hector Chavez
2017-07-25bt: Update libchrome APIS to r456626.Jay Civelli
2017-07-06Make RawAddress into a class (1/3)Jakub Pawlowski
2017-06-28Rename bt_bdaddr_t into RawAddress (3/3)Jakub Pawlowski
2017-06-21Use references in GATT client/server API (2/3)Jakub Pawlowski
2017-04-19Expose LE advertiser address for easier PTS tests (4/6)Jakub Pawlowski
2017-04-01Bluetooth 5 advertising duration refactoring (1/4)Jakub Pawlowski
2017-03-29Bluetooth 5 periodic scan (2/3)Jakub Pawlowski
2017-03-20Bluetooth 5 AdvertisingSet implementation (4/4)Jakub Pawlowski
2017-03-17Bluetooth 5 AdvertisingSet implementation (3/4)Jakub Pawlowski
2017-02-17Use base::Callbacks in BleScannerInterface (2/3)Jakub Pawlowski
2016-12-19Modernize BLE Scanner implementation (2/3)Jakub Pawlowski
2016-12-19Expose Bluetooth 5.0 properties to JNIJakub Pawlowski
2016-12-19BLE scan filter setup simplification (2/3)Jakub Pawlowski
2016-12-16Refactor LE scanning HAL (2/3)Jakub Pawlowski
2016-12-15Replace assert with CHECK from base/logging.hJack He
2016-12-13Replace usage of "vector<>" with "std::vector<>"Pavlin Radoslavov
2016-12-02Apply clang-format to the rest of the treeMyles Watson
2016-11-18Move startAdvertising() logic into native code (2/3)Jakub Pawlowski
2016-11-11Unify advertising API (1/3)Jakub Pawlowski
2016-11-01Move start advertise method to advertising interface (3/3)Jakub Pawlowski
2016-10-31Fix AdvertiseDataParsing testroot
2016-10-28Separate LE scanner and GATT client BTIF interfaces (3/3)Jakub Pawlowski
2016-10-25Change how Advertise Data is passed to BTIF (2/3)Jakub Pawlowski
2016-10-17Renamed most C files to C++: *.c to *.ccPavlin Radoslavov
2016-10-10Convert advertising HAL from struct into class (3/3)Jakub Pawlowski
2016-09-13Bluetooth: split setting params and enabling advertising (3/3)Jakub Pawlowski
2016-08-31Separate advertiser from GATT client (4/4)Jakub Pawlowski
2016-08-18Fix clang-tidy warnings in bt.Chih-Hung Hsieh
2016-08-05Use standard types, consistent ifdef style everywhereMarie Janssen
2016-07-29GATT Server refactoring (4/4)Jakub Pawlowski
2016-07-29Add C++ Parcelable types for Service, Characteristic, DescriptorJakub Pawlowski
2016-07-12Add OnConnectionStateChanged to IBluetoothGattServerCallbackandroid-wear-n-preview-2Jakub Pawlowski
2016-06-20Vectors as parameters to GATT (1/3)Jakub Pawlowski
2016-06-20Vectors as parameters to GATT write/indicate (1/3)Jakub Pawlowski
2016-05-12Rename all *.cpp files to *.cc to follow new styleJakub Pawlowski
2016-05-03Fix google-explicit-constructor warnings.Chih-Hung Hsieh