summaryrefslogtreecommitdiff
path: root/client
AgeCommit message (Expand)AuthorFilesLines
2022-03-11client/gatt: Fix property_change in WriteValue for descUlisses Costa1-1/+1
2022-03-11client: Fix uninitiailzed scalar variableTedd Ho-Jeong An1-0/+3
2022-03-11client/gatt: Fix using atoiLuiz Augusto von Dentz1-11/+60
2022-03-11client: Print error code for connect methodsMiao-chen Chou1-1/+2
2022-03-11client: Print MTU on attribute-infoLuiz Augusto von Dentz1-0/+1
2022-03-11client: Inclusive language changesArchie Pusaka1-3/+3
2022-03-11client: Add support for printing ExperimentalFeatures propertyLuiz Augusto von Dentz1-5/+28
2022-03-11client: add AffectedByPolicy propertyYun-Hao Chung1-4/+16
2022-03-11client: add admin submenu and allow commandYun-Hao Chung3-0/+229
2022-03-11client/advertising: Fix not disabling local-name in IncludesLuiz Augusto von Dentz1-0/+7
2022-03-11client: Fix advertise broadcastLuiz Augusto von Dentz1-0/+3
2022-03-11client/advertising: Add support for setting min/max intervalsLuiz Augusto von Dentz3-0/+108
2022-03-11client: Add adv SupportedFeatures to bluetoothctlDaniel Winkler1-0/+1
2022-03-11bluetoothctl: advmon rssi support for mgmtArchie Pusaka3-131/+210
2022-03-11client: Use correct root path for RegisterMonitorManish Mandlik1-2/+2
2022-03-11client: Remove reference to g_steal_pointer()Inga Stotland1-4/+10
2022-03-11client: Add SupportedCapabilities to bluetoothctlDaniel Winkler1-0/+1
2022-03-11build: Add SPDX License IdentifierTedd Ho-Jeong An1-1/+0
2022-03-11client: Add SPDX License IdentifierTedd Ho-Jeong An11-146/+11
2022-03-11client: Expose ADV monitor objectsHoward Chung1-3/+182
2022-03-11client: Implement more interfaces of ADV monitor in bluetoothctlHoward Chung3-0/+460
2022-03-11client: Implement basic interface of ADV monitor in bluetoothctlHoward Chung3-0/+216
2021-04-12client: Fix typo in bluetoothctlBarry Byford1-2/+2
2021-04-12client: Add cancel-pairing commandMiao-chen Chou1-0/+35
2021-04-12client: Add support for the Roles property.Alain Michaud1-0/+1
2021-04-12client: Display wake allowed property with infoAbhishek Pandit-Subedi1-0/+1
2021-04-12client: Add battery percentage to info commandSonny Sasaka1-3/+46
2021-04-12client: Update write callbacks with invalid offset error handlersMariusz Skamra1-0/+15
2021-04-12client: Fix possible stack corruptionƁukasz Rymanowski1-3/+6
2021-04-12client: Make advertise instances default to discoverableLuiz Augusto von Dentz1-0/+1
2021-04-12client: Add scan.pattern commandLuiz Augusto von Dentz1-1/+32
2021-04-12client: Fix memory leakSyam Sidhardhan1-2/+2
2020-02-11client: Add type to write commandLuiz Augusto von Dentz2-73/+53
2020-02-11client/main: add help option for available argsRonan Pigott1-0/+7
2020-02-11client: Fix not able to select attributes if parent existsLuiz Augusto von Dentz1-1/+1
2020-02-11client: Allow UUID 16 bits on select-attributeLuiz Augusto von Dentz1-0/+3
2020-02-11client: Fix crash when setting advertising.discoverable onLuiz Augusto von Dentz1-2/+3
2020-02-11client: Fix build with older version on libdbusLuiz Augusto von Dentz1-10/+5
2020-02-11client: Print AdvertisingManager properties on command 'show'Luiz Augusto von Dentz1-16/+23
2020-02-11client: Add advertise.secondary commandLuiz Augusto von Dentz3-0/+64
2020-02-11client: Fix uninitialized errorLuiz Augusto von Dentz1-1/+1
2020-02-11client: Improve logging of GATT operationsLuiz Augusto von Dentz1-17/+34
2020-02-11client: Forward notifications from cloned attributesLuiz Augusto von Dentz1-0/+17
2020-02-11client: Remove cloned services if the proxy is removedLuiz Augusto von Dentz1-0/+22
2020-02-11client: Proxy calls to StartNotify/StopNotifyLuiz Augusto von Dentz1-2/+87
2020-02-11client: Proxy calls to ReadValue and WriteValueLuiz Augusto von Dentz1-0/+141
2020-02-11client: Add gatt.clone commandLuiz Augusto von Dentz3-0/+253
2020-01-22client: Don't expose pointer value in attribute pathLuiz Augusto von Dentz1-3/+6
2020-01-22client: Enable list-attributes to print local attributesLuiz Augusto von Dentz2-3/+54
2020-01-22client: Enable setting attribute handlesLuiz Augusto von Dentz2-7/+17