hfp_ag.h (81e25d0afa22f2d28635c967407c8b701093f657) hfp_ag.h (0f1da53350cb7fe9dadf1ce6a6eca1283954c73d)
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

--- 352 unchanged lines hidden (view full) ---

361/**
362 * @brief Pass the accept incoming call event to the AG.
363 */
364void hfp_ag_incoming_call(void);
365
366/**
367 * @brief Outgoing call initiated
368 */
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

--- 352 unchanged lines hidden (view full) ---

361/**
362 * @brief Pass the accept incoming call event to the AG.
363 */
364void hfp_ag_incoming_call(void);
365
366/**
367 * @brief Outgoing call initiated
368 */
369void hfp_ag_outgoing_call_initiated(const char * number);
369void hfp_ag_outgoing_call_initiated(void);
370
371/**
372 * @brief Pass the reject outgoing call event to the AG.
373 */
374void hfp_ag_outgoing_call_rejected(void);
375
376/**
377 * @brief Pass the accept outgoing call event to the AG.

--- 116 unchanged lines hidden ---
370
371/**
372 * @brief Pass the reject outgoing call event to the AG.
373 */
374void hfp_ag_outgoing_call_rejected(void);
375
376/**
377 * @brief Pass the accept outgoing call event to the AG.

--- 116 unchanged lines hidden ---