Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d243489c authored by Chris Manton's avatar Chris Manton
Browse files

Re-include stack/hid/hidd_conn.cc

Bug: 163134718
Test: cert
Tag: #refactor
Change-Id: Idd4aa5471bc96a8df01adf2507e8d6bafed37a4c
parent ba0ee579
Loading
Loading
Loading
Loading
+5 −13
Original line number Diff line number Diff line
@@ -23,22 +23,14 @@
 *
 ******************************************************************************/

#include <string.h>

#include "bt_types.h"

#include "l2c_api.h"
#include "l2cdefs.h"

#include "hiddefs.h"

#include "hidd_api.h"
#include "hidd_int.h"
#include <cstdint>

#include "bta/include/bta_api.h"
#include "btif/include/btif_hd.h"
#include "osi/include/allocator.h"
#include "osi/include/osi.h"
#include "stack/btm/btm_sec.h"
#include "stack/hid/hidd_int.h"
#include "stack/include/bt_types.h"
#include "types/raw_address.h"

static void hidd_l2cif_connect_ind(const RawAddress& bd_addr, uint16_t cid,
                                   uint16_t psm, uint8_t id);