Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
system
/
bt
/
c80181d30667fba97b80f62346bcd64ae58b4d39
/
bta
/
include
/
bta_gatt_api.h
1bff698
GATT: Use a list for services in a GATT database
by Myles Watson
· 6 years ago
c410c2e
Add service change handle for Hearing Aids
by weichinweng
· 6 years ago
36b5cfd
GATTC_Discover: pass parameters directly instead of through pointer
by Jakub Pawlowski
· 6 years ago
3ee08ac
GATT database refactor
by Jakub Pawlowski
· 7 years ago
a00bd03
New GATT cache storage format
by Jakub Pawlowski
· 7 years ago
541862c
Call BTA_GATTS_AddService on correct thread
by Jakub Pawlowski
· 7 years ago
1eda292
Don't pack and align GATT structs
by Zach Johnson
· 7 years ago
6918d40
GATT cache memory corruption fix
by Jakub Pawlowski
· 7 years ago
5b790fe
Make copyright headers consistent with Google template; remove "(C)"
by Jakub Pawlowski
· 7 years ago
8a0f7ad
GATT discovery refactor
by Jakub Pawlowski
· 7 years ago
fa90748
Use vector instead of list for keeping GATT database content
by Jakub Pawlowski
· 7 years ago
8e16fd4
Clarify naming for characteristic value handle
by Jakub Pawlowski
· 7 years ago
d9ca410
Use std::list in GATT related code
by Jakub Pawlowski
· 7 years ago
50ba903
Remove unnecesary BTA redefinitions for GATT part 4
by Jakub Pawlowski
· 7 years ago
ee9a11f
Remove unnecesary BTA redefinitions for GATT part 3
by Jakub Pawlowski
· 7 years ago
e9ef00c
Remove unnecesary BTA redefinitions for GATT part 2
by Jakub Pawlowski
· 7 years ago
ab7a368
Remove unnecesary BTA redefinitions for GATT part 1
by Jakub Pawlowski
· 7 years ago
819e2ec
Use one type for UUID (1/5)
by Jakub Pawlowski
· 7 years ago
a484a88
Rename bt_bdaddr_t into RawAddress (3/3)
by Jakub Pawlowski
· 7 years ago
c2276b0
Use bt_bdaddr_t instead of BD_ADDR
by Jakub Pawlowski
· 7 years ago
d7ee6f2
Get rid of BTA_GATTC_API_REFRESH_EVT
by Jakub Pawlowski
· 7 years ago
47474c3
Fix order of parameters to BTA_GATTC_Open
by Jakub Pawlowski
· 7 years ago
16bb48b
Fix GATT Server disconnecting for no reason
by Jakub Pawlowski
· 7 years ago
45aebe7
Discover primary service by UUID for PTS tests (1/4)
by Jakub Pawlowski
· 7 years ago
7dd34f5
Read by UUID for PTS tests (4/5)
by Jakub Pawlowski
· 8 years ago
96fb273
Add option to specify initial LE connection PHY (1/3)
by Jakub Pawlowski
· 8 years ago
b5ba4fd
Expose connection update callback (1/3)
by Jakub Pawlowski
· 8 years ago
eafd45d
Set preferred PHY and read PHY implementation (3/3)
by Jakub Pawlowski
· 8 years ago
221e9bf
BTA Application registration refactor
by Jakub Pawlowski
· 8 years ago
3f31d8c
Properly align some packed data structures.
by Stephen Hines
· 8 years ago
ee96a3c
Fix asterisks in block quotes
by Myles Watson
· 8 years ago
9979121
Remove BTA_GATT_INCLUDED
by Myles Watson
· 8 years ago
84baa7f
Remove BLE_INCLUDED define
by Myles Watson
· 8 years ago
1baaae3
bta: Fix comment formatting after clang-format
by Myles Watson
· 8 years ago
cd1fd07
bta: Apply clang-format
by Myles Watson
· 8 years ago
8af480e
bta: Remove double asterisks in comments
by Myles Watson
· 8 years ago
a8d73ef
Move start advertise method to advertising interface (3/3)
by Jakub Pawlowski
· 8 years ago
4918648
Simplify BTA_GATTC_Listen
by Jakub Pawlowski
· 8 years ago
2e8c421
Remove advertise whitelist functionality
by Jakub Pawlowski
· 8 years ago
d19e078
Use standard types, consistent ifdef style everywhere
by Marie Janssen
· 8 years ago
bb920a6
Rmove write type from GATT descriptor writes (4/4)
by Jakub Pawlowski
· 8 years ago
a641b6f
GATT Server refactoring (4/4)
by Jakub Pawlowski
· 9 years ago
24ea892
Add callbacks to GATT read/write operation
by Jakub Pawlowski
· 8 years ago
3c5451d
Simplify GATT characteristic read memory handling
by Jakub Pawlowski
· 8 years ago
e9e58ce
bta: use standard types
by Marie Janssen
· 8 years ago
26ecec0
Use vector instead of C arrays in bta_gatt_api
by Jakub Pawlowski
· 8 years ago
845b49d
Rewrite multi adv callbacks to new style
by Jakub Pawlowski
· 9 years ago
5f848b4
Rewrite batch scan related functions to new style
by Jakub Pawlowski
· 9 years ago
4ed8924
Rewrite bta_track_adv_event_cb to new style
by Jakub Pawlowski
· 9 years ago
da5b59b
Rewrite scan filter related callbacks to new style
by Jakub Pawlowski
· 9 years ago
3d6accf
Move extern "C" to top of headers and remove tBTA_HF_CLIENT_HDR.
by Bryce Lee
· 9 years ago
063ca02
Add const guarantees
by Jakub Pawlowski
· 9 years ago
9dc9985
Use handles to identify GATT attributes (1/4)
by Jakub Pawlowski
· 9 years ago
5204fd7
Restructure GATTC
by Jakub Pawlowski
· 9 years ago
1be7ae1
Remove btla-specific comments
by Jakub Pawlowski
· 9 years ago
ee6b6d0
Remove dead methods and callbacks
by Jakub Pawlowski
· 9 years ago
9fd552b
Add handle range to BTA_GATTC_GetGattDb
by Jakub Pawlowski
· 9 years ago
533fdbf
Add new HAL method get_gatt_db
by Jakub Pawlowski
· 9 years ago
24933b5
Removing unnecessary BTAPI #defines.
by June R. Tate-Gans
· 10 years ago
1acb61c
LE Onfound and Onlost feature
by Satya Calloji
· 10 years ago
1a9247a
LE ADV Filter changes
by Satya Calloji
· 10 years ago
c4e2596
LE batch scan feature
by Satya Calloji
· 11 years ago
17b04bd
LE: Add notification sent and congestion callbacks (2/4)
by Andre Eisenbach
· 11 years ago
a6ce775
Revert "Revert "LE Multi ADV feature""
by Wei Wang
· 10 years ago
ea85048
Revert "LE Multi ADV feature"
by Wei Wang
· 10 years ago
87776cf
LE Multi ADV feature
by Satya Calloji
· 11 years ago
7fa4fba
Merge BT 4.1 features
by Ganesh Ganapathi Batta
· 11 years ago
9426d53
LE: Add API to configure MTU for a given connection (2/4)
by Andre Eisenbach
· 11 years ago
6702095
am a4611ac0: DO NOT MERGE: cherrypick from master to fix b/13289050
by Andre Eisenbach
· 11 years ago
a4611ac
DO NOT MERGE: cherrypick from master to fix b/13289050
by Andre Eisenbach
· 11 years ago
b991273
DO NOT MERGE BLE HID device connection failure due to security error.
by Zhihai Xu
· 11 years ago
597c577
Fix bug introduced in last change. GATT define was after BLE_INCLUDED define.
by Mike J. Chen
· 11 years ago
7051db3
BLE HID device connection failure due to security error.
by Zhihai Xu
· 11 years ago
5c44e45
LE: Add peripheral role support (2/4)
by Andre Eisenbach
· 11 years ago
6975b4d
LE: UPF 45 bug fixes
by Andre Eisenbach
· 11 years ago
e1202ca
LE: Add GATT disable functions
by Andre Eisenbach
· 11 years ago
ead3cde
Initial version of BLE support for Bluedroid
by Ganesh Ganapathi Batta
· 12 years ago
5738f83
Snapshot cdeccf6fdd8c2d494ea2867cb37a025bf8879baf
by The Android Open Source Project
· 12 years ago