btstack_defines.h (c741b03209d068c435387bd177556612c394f5fe) btstack_defines.h (7f1690cf27ca04545945f16bd57a2ec52ce35927)
1/*
2 * Copyright (C) 2015 BlueKitchen GmbH
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

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

430 * @param handle
431 */
432#define HCI_EVENT_SCO_CAN_SEND_NOW 0x6F
433
434
435// L2CAP EVENTS
436
437/**
1/*
2 * Copyright (C) 2015 BlueKitchen GmbH
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

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

430 * @param handle
431 */
432#define HCI_EVENT_SCO_CAN_SEND_NOW 0x6F
433
434
435// L2CAP EVENTS
436
437/**
438 * @format 1BH2222221
438 * @format 1BH222222111
439 * @param status
440 * @param address
441 * @param handle
442 * @param psm
443 * @param local_cid
444 * @param remote_cid
445 * @param local_mtu
446 * @param remote_mtu
447 * @param flush_timeout
448 * @param incoming
439 * @param status
440 * @param address
441 * @param handle
442 * @param psm
443 * @param local_cid
444 * @param remote_cid
445 * @param local_mtu
446 * @param remote_mtu
447 * @param flush_timeout
448 * @param incoming
449 * @param mode
450 * @param fcs
449 */
450#define L2CAP_EVENT_CHANNEL_OPENED 0x70
451
452/*
453 * @format 2
454 * @param local_cid
455 */
456#define L2CAP_EVENT_CHANNEL_CLOSED 0x71

--- 1766 unchanged lines hidden ---
451 */
452#define L2CAP_EVENT_CHANNEL_OPENED 0x70
453
454/*
455 * @format 2
456 * @param local_cid
457 */
458#define L2CAP_EVENT_CHANNEL_CLOSED 0x71

--- 1766 unchanged lines hidden ---