hfp.h (f14c5daf9a65a6d247dbd12e217750915dcbfa04) hfp.h (d9290e95f9161d0d54f386663529767f67c89689)
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

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

541 btstack_linked_item_t item;
542
543 // local role: HF or AG
544 hfp_role_t local_role;
545
546 bd_addr_t remote_addr;
547 hci_con_handle_t acl_handle;
548 hci_con_handle_t sco_handle;
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

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

541 btstack_linked_item_t item;
542
543 // local role: HF or AG
544 hfp_role_t local_role;
545
546 bd_addr_t remote_addr;
547 hci_con_handle_t acl_handle;
548 hci_con_handle_t sco_handle;
549 uint16_t packet_types;
549 uint8_t rfcomm_channel_nr;
550 uint16_t rfcomm_cid;
551 uint16_t rfcomm_mtu;
552
553 hfp_state_machine_t state_machine;
554 hfp_call_state_t call_state;
555 hfp_state_t state;
556 hfp_codecs_state_t codecs_state;

--- 321 unchanged lines hidden ---
550 uint8_t rfcomm_channel_nr;
551 uint16_t rfcomm_cid;
552 uint16_t rfcomm_mtu;
553
554 hfp_state_machine_t state_machine;
555 hfp_call_state_t call_state;
556 hfp_state_t state;
557 hfp_codecs_state_t codecs_state;

--- 321 unchanged lines hidden ---