hfp_ag.h (674ebed504c4f20ba888c073ba42beef8ed31266) | hfp_ag.h (50b9afa46bbafa0ea0b51cd71aeaf6ef5869f857) |
---|---|
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 --- 26 unchanged lines hidden (view full) --- 35 * 36 */ 37 38/** 39 * @title HFP Audio Gateway (AG) 40 * 41 */ 42 | 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 --- 26 unchanged lines hidden (view full) --- 35 * 36 */ 37 38/** 39 * @title HFP Audio Gateway (AG) 40 * 41 */ 42 |
43#ifndef btstack_hfp_ag_h 44#define btstack_hfp_ag_h | 43#ifndef BTSTACK_HFP_AG_H 44#define BTSTACK_HFP_AG_H |
45 46#include "hci.h" 47#include "classic/sdp_client_rfcomm.h" 48#include "classic/hfp.h" 49#include "classic/hfp_gsm_model.h" 50 51#if defined __cplusplus 52extern "C" { --- 465 unchanged lines hidden --- | 45 46#include "hci.h" 47#include "classic/sdp_client_rfcomm.h" 48#include "classic/hfp.h" 49#include "classic/hfp_gsm_model.h" 50 51#if defined __cplusplus 52extern "C" { --- 465 unchanged lines hidden --- |