diff options
author | Satya Calloji <satyac@broadcom.com> | 2015-03-06 10:38:22 -0800 |
---|---|---|
committer | Andre Eisenbach <eisenbach@google.com> | 2015-04-13 00:09:06 -0700 |
commit | 444a8da807abaf5f9e813ce70c56a79160495fb3 (patch) | |
tree | 20a35a257203d1a87f34d887ffba13672af4288a /hci/include/hci_packet_parser.h | |
parent | 8372aa5fa535ee4f09c09981b6125b54ace31fe2 (diff) | |
download | android_system_bt-444a8da807abaf5f9e813ce70c56a79160495fb3.tar.gz android_system_bt-444a8da807abaf5f9e813ce70c56a79160495fb3.tar.bz2 android_system_bt-444a8da807abaf5f9e813ce70c56a79160495fb3.zip |
LE Privacy 1.2 and LE secure connections
Bug: 19816438
Original author: Chaojing Sun <cjsun@broadcom.com>
Change-Id: I5951f4d4e038f8348a62aa6d19b2111bae0b3ecc
Diffstat (limited to 'hci/include/hci_packet_parser.h')
-rw-r--r-- | hci/include/hci_packet_parser.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/hci/include/hci_packet_parser.h b/hci/include/hci_packet_parser.h index 219a42432..45b934a5d 100644 --- a/hci/include/hci_packet_parser.h +++ b/hci/include/hci_packet_parser.h @@ -81,6 +81,12 @@ typedef struct { BT_HDR *response, bt_device_features_t *supported_features ); + + void (*parse_ble_read_resolving_list_size_response) ( + BT_HDR *response, + uint8_t *resolving_list_size_ptr + ); + } hci_packet_parser_t; const hci_packet_parser_t *hci_packet_parser_get_interface(); |