Bluetooth: AVDTP: Fix Coding style
Fix modifies the comment section. Change-Id: Iafd6cfe7a2f85acd867d096515e1b803882875c2 Signed-off-by: Arun Jagadish <arun.jagadish@intel.com>
This commit is contained in:
parent
9849df8c80
commit
ede69e5d19
1 changed files with 16 additions and 16 deletions
|
@ -117,26 +117,26 @@ struct bt_avdtp_single_sig_hdr {
|
|||
|
||||
struct bt_avdtp_cfm_cb {
|
||||
/*
|
||||
* Discovery_cfm;
|
||||
* get_capabilities_cfm;
|
||||
* set_configuration_cfm;
|
||||
* open_cfm;
|
||||
* start_cfm;
|
||||
* suspend_cfm;
|
||||
* close_cfm;
|
||||
*/
|
||||
* Discovery_cfm;
|
||||
* get_capabilities_cfm;
|
||||
* set_configuration_cfm;
|
||||
* open_cfm;
|
||||
* start_cfm;
|
||||
* suspend_cfm;
|
||||
* close_cfm;
|
||||
*/
|
||||
};
|
||||
|
||||
struct bt_avdtp_ind_cb {
|
||||
/*
|
||||
* discovery_ind;
|
||||
* get_capabilities_ind;
|
||||
* set_configuration_ind;
|
||||
* open_ind;
|
||||
* start_ind;
|
||||
* suspend_ind;
|
||||
* close_ind;
|
||||
*/
|
||||
* discovery_ind;
|
||||
* get_capabilities_ind;
|
||||
* set_configuration_ind;
|
||||
* open_ind;
|
||||
* start_ind;
|
||||
* suspend_ind;
|
||||
* close_ind;
|
||||
*/
|
||||
};
|
||||
|
||||
struct bt_avdtp_event_cb {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue