btstack_defines.h (6d4269d3953db54c5a8cd8ba52647d4673215960) btstack_defines.h (a0653c3b5c210bfe291627d8de2733f878ea442b)
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

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

885 * @param value
886 */
887#define HSP_SUBEVENT_AG_INDICATION 0x09
888
889
890/** HFP Subevent */
891
892/**
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

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

885 * @param value
886 */
887#define HSP_SUBEVENT_AG_INDICATION 0x09
888
889
890/** HFP Subevent */
891
892/**
893 * @format 11
893 * @format 11H
894 * @param subevent_code
895 * @param status 0 == OK
894 * @param subevent_code
895 * @param status 0 == OK
896 * @param con_handle
896 */
897#define HFP_SUBEVENT_SERVICE_LEVEL_CONNECTION_ESTABLISHED 0x01
898
899/**
900 * @format 1
901 * @param subevent_code
902 */
903#define HFP_SUBEVENT_SERVICE_LEVEL_CONNECTION_RELEASED 0x02

--- 202 unchanged lines hidden ---
897 */
898#define HFP_SUBEVENT_SERVICE_LEVEL_CONNECTION_ESTABLISHED 0x01
899
900/**
901 * @format 1
902 * @param subevent_code
903 */
904#define HFP_SUBEVENT_SERVICE_LEVEL_CONNECTION_RELEASED 0x02

--- 202 unchanged lines hidden ---