diff options
Diffstat (limited to 'hci/include/hci_packet_parser.h')
-rwxr-xr-x | hci/include/hci_packet_parser.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hci/include/hci_packet_parser.h b/hci/include/hci_packet_parser.h index 51d00eaec..796a5df86 100755 --- a/hci/include/hci_packet_parser.h +++ b/hci/include/hci_packet_parser.h @@ -96,6 +96,10 @@ typedef struct { BT_HDR *response, uint8_t *no_of_local_supported_codecs, uint8_t *local_supported_codecs); + void (*parse_ble_read_offload_features_response)( + BT_HDR *response, + bool *ble_offload_features_supported); + } hci_packet_parser_t; const hci_packet_parser_t *hci_packet_parser_get_interface(); |