diff options
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(); |