btstack_defines.h (2fca4dad957cd7b88f4657ed51e89c12615dda72) | btstack_defines.h (9f0b00b1541df867db78f6e95a526cc34c1b50e2) |
---|---|
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 --- 892 unchanged lines hidden (view full) --- 901 */ 902#define L2CAP_EVENT_ERTM_BUFFER_RELEASED 0x7e 903 904/* 905 * @format 906 */ 907#define L2CAP_EVENT_TRIGGER_RUN 0x7f 908 | 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 --- 892 unchanged lines hidden (view full) --- 901 */ 902#define L2CAP_EVENT_ERTM_BUFFER_RELEASED 0x7e 903 904/* 905 * @format 906 */ 907#define L2CAP_EVENT_TRIGGER_RUN 0x7f 908 |
909/* 910 * @format H22 911 * @param con_handle 912 * @param extended_feature_mask 913 * @param fixed_channels_supported 914 */ 915#define L2CAP_EVENT_INFORMATION_RESPONSE 0x97 |
|
909 910// RFCOMM EVENTS 911 912/** 913 * @format 1B21221 914 * @param status 915 * @param bd_addr 916 * @param con_handle --- 3111 unchanged lines hidden --- | 916 917// RFCOMM EVENTS 918 919/** 920 * @format 1B21221 921 * @param status 922 * @param bd_addr 923 * @param con_handle --- 3111 unchanged lines hidden --- |