summaryrefslogtreecommitdiffstats
path: root/hci/include/hci_packet_parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'hci/include/hci_packet_parser.h')
-rwxr-xr-xhci/include/hci_packet_parser.h4
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();