commit | 4831529193a295f947f82ea51612dbe86ae555ad | [log] [tgz] |
---|---|---|
author | Johan Hedberg <johan.hedberg@intel.com> | Tue Apr 28 10:39:50 2015 +0300 |
committer | Anas Nashif <anas.nashif@intel.com> | Fri Feb 05 20:13:49 2016 -0500 |
tree | 615ad7a0fa66635d9f82d5e409553812a86fb55e | |
parent | 58c56895312a3c9860152656914525e95fcef13c [diff] |
Bluetooth: Add connection abstration This patch adds a new bt_conn struct which abstracts the details of an connection. Each connection has two fibers: one for incoming and another for outgoing data. For now only one connection is supported. The patch also adds a basic L2CAP header definition so that fragmented ACL packets can be properly parsed. Change-Id: Ida38b2657a0e908a18219c3aa2997eb314f2c8a1 Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>