mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-22 16:20:54 +00:00
also commit corrected spelling
This commit is contained in:
parent
4da22db5dc
commit
9e1615e576
@ -52,8 +52,8 @@ typedef enum {
|
||||
DISCONNECTION_RESPONSE,
|
||||
ECHO_REQUEST,
|
||||
ECHO_RESPONSE,
|
||||
INFORMATIONAL_REQUEST,
|
||||
INFORMATIONAL_RESPONSE
|
||||
INFORMATION_REQUEST,
|
||||
INFORMATION_RESPONSE
|
||||
} L2CAP_SIGNALING_COMMANDS;
|
||||
|
||||
uint16_t l2cap_create_signaling_internal(uint8_t * acl_buffer,hci_con_handle_t handle, L2CAP_SIGNALING_COMMANDS cmd, uint8_t identifier, va_list argptr);
|
||||
|
Loading…
x
Reference in New Issue
Block a user