btstack_defines.h (d8a6062cf444fdec654e5657c79c1e32d95a0466) btstack_defines.h (ec6c27204750b74f8069b6dc0ce79f81489d53af)
1/*
2 * Copyright (C) 2015 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

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

2038/**
2039 * @format 1H
2040 * @param subevent_code
2041 * @param acl_handle
2042 */
2043#define HFP_SUBEVENT_SERVICE_LEVEL_CONNECTION_RELEASED 0x02u
2044
2045/**
1/*
2 * Copyright (C) 2015 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

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

2038/**
2039 * @format 1H
2040 * @param subevent_code
2041 * @param acl_handle
2042 */
2043#define HFP_SUBEVENT_SERVICE_LEVEL_CONNECTION_RELEASED 0x02u
2044
2045/**
2046 * @format 1H1HB1
2046 * @format 1H1HB12
2047 * @param subevent_code
2048 * @param acl_handle
2049 * @param status 0 == OK
2050 * @param sco_handle
2051 * @param bd_addr
2052 * @param negotiated_codec
2047 * @param subevent_code
2048 * @param acl_handle
2049 * @param status 0 == OK
2050 * @param sco_handle
2051 * @param bd_addr
2052 * @param negotiated_codec
2053 * @param sco_packet_types see SCO_PACKET_TYPES_* in btstack_defines.h
2053 */
2054#define HFP_SUBEVENT_AUDIO_CONNECTION_ESTABLISHED 0x03u
2055
2056/**
2057 * @format 1HH
2058 * @param subevent_code
2059 * @param acl_handle
2060 * @param sco_handle

--- 3012 unchanged lines hidden ---
2054 */
2055#define HFP_SUBEVENT_AUDIO_CONNECTION_ESTABLISHED 0x03u
2056
2057/**
2058 * @format 1HH
2059 * @param subevent_code
2060 * @param acl_handle
2061 * @param sco_handle

--- 3012 unchanged lines hidden ---