sdp_util.c (3edc84c5b6b1e23a3d103fe8ce1f6b5ad1df3498) | sdp_util.c (e2a91e48cfa9f5cc65fdbdef9f151372c4aef149) |
---|---|
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 --- 28 unchanged lines hidden (view full) --- 37 38/* 39 * sdp_util.c 40 */ 41 42#include "classic/sdp_util.h" 43#include "utils.h" 44#include "btstack-config.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 --- 28 unchanged lines hidden (view full) --- 37 38/* 39 * sdp_util.c 40 */ 41 42#include "classic/sdp_util.h" 43#include "utils.h" 44#include "btstack-config.h" |
45 | 45#include "bluetooth.h" 46 |
46#include <stdio.h> 47#include <stdlib.h> 48#include <string.h> 49#include <stdint.h> 50#include <inttypes.h> // PRIx32 51 52#ifdef SDP_DES_DUMP 53// workaround for missing PRIx32 on mspgcc (16-bit MCU) --- 696 unchanged lines hidden --- | 47#include <stdio.h> 48#include <stdlib.h> 49#include <string.h> 50#include <stdint.h> 51#include <inttypes.h> // PRIx32 52 53#ifdef SDP_DES_DUMP 54// workaround for missing PRIx32 on mspgcc (16-bit MCU) --- 696 unchanged lines hidden --- |