component/bt : run astyle handle the code files

This commit is contained in:
Tian Hao
2016-11-25 02:10:15 +08:00
parent d7eb709a9c
commit 19273c7b2d
268 changed files with 29938 additions and 36146 deletions

8
components/bt/bluedroid/stack/include/l2cap_client.h Executable file → Normal file
View File

@@ -27,10 +27,10 @@ typedef struct buffer_t buffer_t;
typedef struct l2cap_client_t l2cap_client_t;
typedef struct {
void (*connected)(l2cap_client_t *client, void *context);
void (*disconnected)(l2cap_client_t *client, void *context);
void (*read_ready)(l2cap_client_t *client, buffer_t *packet, void *context);
void (*write_ready)(l2cap_client_t *client, void *context);
void (*connected)(l2cap_client_t *client, void *context);
void (*disconnected)(l2cap_client_t *client, void *context);
void (*read_ready)(l2cap_client_t *client, buffer_t *packet, void *context);
void (*write_ready)(l2cap_client_t *client, void *context);
} l2cap_client_callbacks_t;
// Returns a new buffer with enough space for |size| bytes of L2CAP payload.