OSDN Git Service

Read the extended feature after ACL channel creation
authorMatthew Xie <mattx@google.com>
Tue, 9 Apr 2013 18:26:08 +0000 (11:26 -0700)
committerMatthew Xie <mattx@google.com>
Wed, 10 Apr 2013 00:05:06 +0000 (17:05 -0700)
This problem was introduced by Bluetooth stack merge.
bug 8521185

Change-Id: I9191c639e96382a452cf0fe336d5a9ef5b5f0f4a

stack/btm/btm_acl.c

index ac173a5..bcb7de6 100644 (file)
@@ -259,7 +259,7 @@ void btm_acl_created (BD_ADDR bda, DEV_CLASS dc, BD_NAME bdn,
             else
 #endif
             {
-                btsnd_hcic_rmt_features_req (p->hci_handle);
+                btm_read_remote_features (p->hci_handle);
             }
 
             /* read page 1 - on rmt feature event for buffer reasons */