pb_gatt.c (2fca4dad957cd7b88f4657ed51e89c12615dda72) | pb_gatt.c (d567aeb32398f2a708611c446bcd9bad85a152cd) |
---|---|
1/* 2 * Copyright (C) 2014 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 --- 29 unchanged lines hidden (view full) --- 38#define BTSTACK_FILE__ "pb_gatt.c" 39 40#include "mesh/pb_gatt.h" 41 42#include <stdlib.h> 43#include <string.h> 44 45#include "ble/att_server.h" | 1/* 2 * Copyright (C) 2014 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 --- 29 unchanged lines hidden (view full) --- 38#define BTSTACK_FILE__ "pb_gatt.c" 39 40#include "mesh/pb_gatt.h" 41 42#include <stdlib.h> 43#include <string.h> 44 45#include "ble/att_server.h" |
46#include "ble/gatt-service/mesh_provisioning_service_server.h" | 46#include "mesh/gatt-service/mesh_provisioning_service_server.h" |
47 48#include "btstack_debug.h" 49#include "btstack_event.h" 50#include "btstack_util.h" 51 52#include "mesh/provisioning.h" 53 54/************** PB GATT Mesh Provisioning ********************/ --- 195 unchanged lines hidden --- | 47 48#include "btstack_debug.h" 49#include "btstack_event.h" 50#include "btstack_util.h" 51 52#include "mesh/provisioning.h" 53 54/************** PB GATT Mesh Provisioning ********************/ --- 195 unchanged lines hidden --- |