Loading system/include/bt_target.h +5 −0 Original line number Diff line number Diff line Loading @@ -356,6 +356,11 @@ #define BTA_HOST_INTERLEAVE_SEARCH FALSE #endif /* This feature is used to skip query of ble read remote features*/ #ifndef BTA_SKIP_BLE_READ_REMOTE_FEAT #define BTA_SKIP_BLE_READ_REMOTE_FEAT FALSE #endif #ifndef BT_TRACE_PROTOCOL #define BT_TRACE_PROTOCOL TRUE #endif Loading system/stack/btm/btm_acl.c +2 −0 Original line number Diff line number Diff line Loading @@ -251,10 +251,12 @@ void btm_acl_created (BD_ADDR bda, DEV_CLASS dc, BD_NAME bdn, { btm_establish_continue(p); #if (!defined(BTA_SKIP_BLE_READ_REMOTE_FEAT) || BTA_SKIP_BLE_READ_REMOTE_FEAT == FALSE) if (link_role == HCI_ROLE_MASTER) { btsnd_hcic_ble_read_remote_feat(p->hci_handle); } #endif } else #endif Loading Loading
system/include/bt_target.h +5 −0 Original line number Diff line number Diff line Loading @@ -356,6 +356,11 @@ #define BTA_HOST_INTERLEAVE_SEARCH FALSE #endif /* This feature is used to skip query of ble read remote features*/ #ifndef BTA_SKIP_BLE_READ_REMOTE_FEAT #define BTA_SKIP_BLE_READ_REMOTE_FEAT FALSE #endif #ifndef BT_TRACE_PROTOCOL #define BT_TRACE_PROTOCOL TRUE #endif Loading
system/stack/btm/btm_acl.c +2 −0 Original line number Diff line number Diff line Loading @@ -251,10 +251,12 @@ void btm_acl_created (BD_ADDR bda, DEV_CLASS dc, BD_NAME bdn, { btm_establish_continue(p); #if (!defined(BTA_SKIP_BLE_READ_REMOTE_FEAT) || BTA_SKIP_BLE_READ_REMOTE_FEAT == FALSE) if (link_role == HCI_ROLE_MASTER) { btsnd_hcic_ble_read_remote_feat(p->hci_handle); } #endif } else #endif Loading