btstack_defines.h (827b1c43e5480ad8fc0321fa9e56fdee431481e0) | btstack_defines.h (63fa3374ea948e8b552c58c28010f42929b7da6e) |
---|---|
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 --- 288 unchanged lines hidden (view full) --- 297#define DAEMON_EVENT_CONNECTION_CLOSED 0x69 298 299// data: event(8), nr_connections(8) 300#define DAEMON_NR_CONNECTIONS_CHANGED 0x6A 301 302// data: event(8) 303#define DAEMON_EVENT_NEW_RFCOMM_CREDITS 0x6B 304 | 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 --- 288 unchanged lines hidden (view full) --- 297#define DAEMON_EVENT_CONNECTION_CLOSED 0x69 298 299// data: event(8), nr_connections(8) 300#define DAEMON_NR_CONNECTIONS_CHANGED 0x6A 301 302// data: event(8) 303#define DAEMON_EVENT_NEW_RFCOMM_CREDITS 0x6B 304 |
305// data: event(8) 306#define DAEMON_EVENT_HCI_PACKET_SENT 0x6C | |
307 | 305 |
308 | |
309// additional HCI events | 306// additional HCI events |
307 |
|
310/** | 308/** |
309 * @brief Outgoing packet 310 */ 311#define HCI_EVENT_TRANSPORT_PACKET_SENT 0x6E 312 313/** |
|
311 * @format B 312 * @param handle 313 */ 314#define HCI_EVENT_SCO_CAN_SEND_NOW 0x6F 315 316// L2CAP EVENTS 317 318/** --- 538 unchanged lines hidden --- | 314 * @format B 315 * @param handle 316 */ 317#define HCI_EVENT_SCO_CAN_SEND_NOW 0x6F 318 319// L2CAP EVENTS 320 321/** --- 538 unchanged lines hidden --- |