btstack_defines.h (b24771d95ee6d9f64db864cc393e7cef0ede2b50) | btstack_defines.h (ec422a3a4976e7a9c71e76dbd16a721dd3ee46fa) |
---|---|
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 --- 2810 unchanged lines hidden (view full) --- 2819/** 2820 * @format 11 2821 * @param subevent_code 2822 * @param attention_time in seconds 2823 */ 2824#define MESH_SUBEVENT_ATTENTION_TIMER 0x1e 2825 2826/** | 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 --- 2810 unchanged lines hidden (view full) --- 2819/** 2820 * @format 11 2821 * @param subevent_code 2822 * @param attention_time in seconds 2823 */ 2824#define MESH_SUBEVENT_ATTENTION_TIMER 0x1e 2825 2826/** |
2827 * @format 11H | 2827 * @format 1H |
2828 * @param subevent_code | 2828 * @param subevent_code |
2829 * @param status | |
2830 * @param con_handle 2831 */ 2832#define MESH_SUBEVENT_PROXY_CONNECTED 0x20 2833 2834/** 2835 * @format 1H 2836 * @param subevent_code 2837 * @param con_handle --- 159 unchanged lines hidden --- | 2829 * @param con_handle 2830 */ 2831#define MESH_SUBEVENT_PROXY_CONNECTED 0x20 2832 2833/** 2834 * @format 1H 2835 * @param subevent_code 2836 * @param con_handle --- 159 unchanged lines hidden --- |