btstack_defines.h (bf9b4b3b4ae84997eecac802d24404e151fecb41) | btstack_defines.h (82b0bf4283e4d78dba294b1dfb64ed61a1cfe04b) |
---|---|
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 --- 2448 unchanged lines hidden (view full) --- 2457 2458/** 2459 * @format 12 2460 * @param subevent_code 2461 * @param pb_transport_cid 2462 */ 2463#define MESH_PB_PROV_COMPLETE 0x1d 2464 | 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 --- 2448 unchanged lines hidden (view full) --- 2457 2458/** 2459 * @format 12 2460 * @param subevent_code 2461 * @param pb_transport_cid 2462 */ 2463#define MESH_PB_PROV_COMPLETE 0x1d 2464 |
2465/** 2466 * @format 11H 2467 * @param subevent_code 2468 * @param status 2469 * @param con_handle 2470 */ 2471#define MESH_PROXY_CONNECTED 0x20 2472 2473/** 2474 * @format 1H 2475 * @param subevent_code 2476 * @param con_handle 2477 */ 2478#define MESH_PROXY_PDU_SENT 0x21 2479 2480/** 2481 * @format 1H 2482 * @param subevent_code 2483 * @param con_handle 2484 */ 2485#define MESH_PROXY_DISCONNECTED 0x22 2486 |
|
2465#endif | 2487#endif |