commit | 0943c10ed5713a08659f08e39e13de4894aaba61 | [log] [tgz] |
---|---|---|
author | Satya Calloji <satyac@broadcom.com> | Mon May 12 09:13:02 2014 -0700 |
committer | Satya Calloji <satyac@broadcom.com> | Sat May 17 12:48:40 2014 -0700 |
tree | 15a1b11db80e7d0b8bc18729f777e4a61d6c6115 | |
parent | ffb3960bb05f9acb0717d213612403487e9ad433 [diff] [blame] |
LE: Add RRA offloading and vendor specific PCF commands Change-Id: Iadca8e73ceaadcd0429421ea70f1b76644e88c42
diff --git a/btif/src/btif_dm.c b/btif/src/btif_dm.c index 025fcb7..f72ed32 100644 --- a/btif/src/btif_dm.c +++ b/btif/src/btif_dm.c
@@ -1357,6 +1357,9 @@ btif_storage_load_autopair_device_list(); btif_enable_bluetooth_evt(p_data->enable.status, p_data->enable.bd_addr); + + /* Enable local privacy */ + BTA_DmBleConfigLocalPrivacy(TRUE); } break;