Loading system/stack/btm/btm_ble_gap.cc +5 −0 Original line number Diff line number Diff line Loading @@ -2200,6 +2200,11 @@ void btm_ble_read_remote_features_complete(uint8_t* p) { return; } } // TODO gd can only handle classic ReadRemoteVersionRequest not le if (!bluetooth::shim::is_gd_acl_enabled()) { btsnd_hcic_rmt_ver_req(handle); } } /******************************************************************************* Loading Loading
system/stack/btm/btm_ble_gap.cc +5 −0 Original line number Diff line number Diff line Loading @@ -2200,6 +2200,11 @@ void btm_ble_read_remote_features_complete(uint8_t* p) { return; } } // TODO gd can only handle classic ReadRemoteVersionRequest not le if (!bluetooth::shim::is_gd_acl_enabled()) { btsnd_hcic_rmt_ver_req(handle); } } /******************************************************************************* Loading