l2cap_signaling.h (1713bcea3a49b492b9437ccc3270646a8b9d602e) l2cap_signaling.h (b35f641c7f12d716b0e2e970eb512ae5fb5bd3f8)
1/*
2 * Copyright (C) 2009 by Matthias Ringwald
3 *
4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions
6 * are met:
7 *
8 * 1. Redistributions of source code must retain the above copyright

--- 44 unchanged lines hidden (view full) ---

53 ECHO_REQUEST,
54 ECHO_RESPONSE,
55 INFORMATIONAL_REQUEST,
56 INFORMATIONAL_RESPONSE
57} L2CAP_SIGNALING_COMMANDS;
58
59uint16_t l2cap_create_signaling_internal(uint8_t * acl_buffer,hci_con_handle_t handle, L2CAP_SIGNALING_COMMANDS cmd, uint8_t identifier, va_list argptr);
60uint8_t l2cap_next_sig_id();
1/*
2 * Copyright (C) 2009 by Matthias Ringwald
3 *
4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions
6 * are met:
7 *
8 * 1. Redistributions of source code must retain the above copyright

--- 44 unchanged lines hidden (view full) ---

53 ECHO_REQUEST,
54 ECHO_RESPONSE,
55 INFORMATIONAL_REQUEST,
56 INFORMATIONAL_RESPONSE
57} L2CAP_SIGNALING_COMMANDS;
58
59uint16_t l2cap_create_signaling_internal(uint8_t * acl_buffer,hci_con_handle_t handle, L2CAP_SIGNALING_COMMANDS cmd, uint8_t identifier, va_list argptr);
60uint8_t l2cap_next_sig_id();
61uint16_t l2cap_next_source_cid();
61uint16_t l2cap_next_local_cid();
62
62