summaryrefslogtreecommitdiff
path: root/include/bluetooth_le.h
diff options
context:
space:
mode:
authorMyles Watson <mylesgw@chromium.org>2015-02-02 14:44:27 -0800
committerchrome-bot <chrome-bot@chromium.org>2016-08-08 01:48:43 -0700
commit9ee1b4a767daaf23b278c9f33b0fe30bf9d91adf (patch)
treebbcce34eeaaecbd2de74636c526d33226a8bc828 /include/bluetooth_le.h
parent73701c46370cd562d311feeb80b2de8ea696935c (diff)
downloadchrome-ec-9ee1b4a767daaf23b278c9f33b0fe30bf9d91adf.tar.gz
btle: Add common link layer code
BUG=None BRANCH=None TEST=make BOARD=hadoken Add a task that is responsible for the state of the link layer. Change-Id: Ifc79bf1e4c57f5de448ab05b3a8d3a1aca5a58e2 Signed-off-by: Myles Watson <mylesgw@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/362144 Commit-Ready: Dan Shi <dshi@google.com> Reviewed-by: Randall Spangler <rspangler@chromium.org>
Diffstat (limited to 'include/bluetooth_le.h')
-rw-r--r--include/bluetooth_le.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/bluetooth_le.h b/include/bluetooth_le.h
index 65be0d0fbd..814e3673fc 100644
--- a/include/bluetooth_le.h
+++ b/include/bluetooth_le.h
@@ -364,7 +364,7 @@ void fill_remapping_table(struct remapping_table *rt, uint8_t map[5],
void ble_tx(struct ble_pdu *pdu);
-int ble_ll_rx(struct ble_pdu *pdu, int timeout, int adv);
+int ble_rx(struct ble_pdu *pdu, int timeout, int adv);
int ble_radio_init(void);