diff --git a/pw_bluetooth/public/pw_bluetooth/hci_events.emb b/pw_bluetooth/public/pw_bluetooth/hci_events.emb index 8188241c56..938137bb64 100644 --- a/pw_bluetooth/public/pw_bluetooth/hci_events.emb +++ b/pw_bluetooth/public/pw_bluetooth/hci_events.emb @@ -462,6 +462,14 @@ struct SimpleCommandCompleteEvent: $next [+1] hci.StatusCode status +struct CreateConnectionCancelCommandCompleteEvent: + -- 7.7.14 Command Complete event (7.1.7 Create Connection Cancel command) + let hdr_size = hci.CommandCompleteEvent.$size_in_bytes + 0 [+hdr_size] hci.CommandCompleteEvent command_complete + $next [+1] hci.StatusCode status + $next [+hci.BdAddr.$size_in_bytes] hci.BdAddr bd_addr + + struct PinCodeRequestReplyCommandCompleteEvent: -- 7.7.14 Command Complete event (7.1.12 PIN Code Request Reply command) let hdr_size = hci.CommandCompleteEvent.$size_in_bytes