diff options
author | Ganesh Ganapathi Batta <ganeshg@broadcom.com> | 2014-04-16 16:50:09 -0700 |
---|---|---|
committer | Ganesh Ganapathi Batta <ganeshg@broadcom.com> | 2014-04-30 10:30:47 -0700 |
commit | 8fe58875ce67c6e1099e7ba2339dcd2b979491b0 (patch) | |
tree | 03dec9ddb8432a4beb3758db92fd4aa4b55464dc /stack/rfcomm/rfc_utils.c | |
parent | ffa5c93d455f33af1be3b04d39520413dc24afd5 (diff) | |
download | android_system_bt-8fe58875ce67c6e1099e7ba2339dcd2b979491b0.tar.gz android_system_bt-8fe58875ce67c6e1099e7ba2339dcd2b979491b0.tar.bz2 android_system_bt-8fe58875ce67c6e1099e7ba2339dcd2b979491b0.zip |
Merge BT 4.1 features
The features include:
- LE Peripheral Mode
- Link Layer topology (LE Central & Peripheral Concurrency)
- Dual Mode Topology (Ability to choose LE transport when connecting with
other Dual Mode devices)
- Fast advertising Interval
- Limited Discovery Time Changes
- GAP Authentication and Lost Bond
- Dual Mode Addressing
- Common Profile and Service Error Code
- 32 bit UUIDs
Change-Id: Ic6701da4cf6aaa390ff2c8816b43157f36b7fb42
Diffstat (limited to 'stack/rfcomm/rfc_utils.c')
-rw-r--r-- | stack/rfcomm/rfc_utils.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/stack/rfcomm/rfc_utils.c b/stack/rfcomm/rfc_utils.c index d2b02fc39..47b093f4a 100644 --- a/stack/rfcomm/rfc_utils.c +++ b/stack/rfcomm/rfc_utils.c @@ -350,10 +350,11 @@ void rfcomm_process_timeout (TIMER_LIST_ENT *p_tle) ** Returns void ** *******************************************************************************/ -void rfc_sec_check_complete (BD_ADDR bd_addr, void *p_ref_data, UINT8 res) +void rfc_sec_check_complete (BD_ADDR bd_addr, tBT_TRANSPORT transport, void *p_ref_data, UINT8 res) { tPORT *p_port = (tPORT *)p_ref_data; UNUSED(bd_addr); + UNUSED(transport); /* Verify that PORT is still waiting for Security to complete */ if (!p_port->in_use |