btstack_defines.h (e274c91da6690ce4fb27049e847e5699bee00ac6) | btstack_defines.h (43d9636f05acdc511fd4df6cef54ad73faa3117f) |
---|---|
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 --- 1147 unchanged lines hidden (view full) --- 1156// data: event(8), len(8), handle(16) 1157#define L2CAP_EVENT_TIMEOUT_CHECK 0x73u 1158 1159/** 1160 * @format H2222 1161 * @param handle 1162 * @param interval_min 1163 * @param interval_max | 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 --- 1147 unchanged lines hidden (view full) --- 1156// data: event(8), len(8), handle(16) 1157#define L2CAP_EVENT_TIMEOUT_CHECK 0x73u 1158 1159/** 1160 * @format H2222 1161 * @param handle 1162 * @param interval_min 1163 * @param interval_max |
1164 * @param latencey | 1164 * @param latency |
1165 * @param timeout_multiplier 1166 */ 1167#define L2CAP_EVENT_CONNECTION_PARAMETER_UPDATE_REQUEST 0x76u 1168 1169// data: event(8), len(8), handle(16), result (16) (0 == ok, 1 == fail) 1170 /** 1171 * @format H2 1172 * @param handle --- 3495 unchanged lines hidden --- | 1165 * @param timeout_multiplier 1166 */ 1167#define L2CAP_EVENT_CONNECTION_PARAMETER_UPDATE_REQUEST 0x76u 1168 1169// data: event(8), len(8), handle(16), result (16) (0 == ok, 1 == fail) 1170 /** 1171 * @format H2 1172 * @param handle --- 3495 unchanged lines hidden --- |