hfp_hf.c (efda0b48f920fa795cb4c2d0cf0c4acf184fb858) | hfp_hf.c (fffdd288575b1b4b1bf0e7fec3011e209f5de43f) |
---|---|
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 --- 23 unchanged lines hidden (view full) --- 32 * 33 * Please inquire about commercial licensing options at 34 * [email protected] 35 * 36 */ 37 38// ***************************************************************************** 39// | 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 --- 23 unchanged lines hidden (view full) --- 32 * 33 * Please inquire about commercial licensing options at 34 * [email protected] 35 * 36 */ 37 38// ***************************************************************************** 39// |
40// Minimal setup for HFP Hands-Free (HF) unit (!! UNDER DEVELOPMENT !!) | 40// HFP Hands-Free (HF) unit |
41// 42// ***************************************************************************** 43 44#include "btstack_config.h" 45 46#include <stdint.h> 47#include <stdio.h> 48#include <stdlib.h> --- 1511 unchanged lines hidden --- | 41// 42// ***************************************************************************** 43 44#include "btstack_config.h" 45 46#include <stdint.h> 47#include <stdio.h> 48#include <stdlib.h> --- 1511 unchanged lines hidden --- |