Home
last modified time | relevance | path

Searched refs:l2cap_socket (Results 1 – 1 of 1) sorted by relevance

/system/bt/btif/src/
Dbtif_sock_l2cap.c64 typedef struct l2cap_socket { struct
66 struct l2cap_socket *prev; //link to prev list item argument
67 struct l2cap_socket *next; //link to next list item argument
89 } l2cap_socket; argument
91 static bt_status_t btSock_start_l2cap_server_l(l2cap_socket *sock);
95 l2cap_socket *socks = NULL;
111 static char packet_get_head_l(l2cap_socket *sock, uint8_t **data, uint32_t *len) in packet_get_head_l()
148 static char packet_put_head_l(l2cap_socket *sock, const void *data, uint32_t len) in packet_put_head_l()
176 static char packet_put_tail_l(l2cap_socket *sock, const void *data, uint32_t len) in packet_put_tail_l()
225 static l2cap_socket *btsock_l2cap_find_by_id_l(uint32_t id) in btsock_l2cap_find_by_id_l()
[all …]