Loading android/app/src/com/android/bluetooth/btservice/AdapterService.java +1 −0 Original line number Original line Diff line number Diff line Loading @@ -347,6 +347,7 @@ public class AdapterService extends Service { initProfileServices(); initProfileServices(); getAdapterPropertyNative(AbstractionLayer.BT_PROPERTY_LOCAL_IO_CAPS); getAdapterPropertyNative(AbstractionLayer.BT_PROPERTY_LOCAL_IO_CAPS); getAdapterPropertyNative(AbstractionLayer.BT_PROPERTY_LOCAL_IO_CAPS_BLE); getAdapterPropertyNative(AbstractionLayer.BT_PROPERTY_LOCAL_IO_CAPS_BLE); getAdapterPropertyNative(AbstractionLayer.BT_PROPERTY_DYNAMIC_AUDIO_BUFFER); mAdapterStateMachine.sendMessage(AdapterState.BREDR_STARTED); mAdapterStateMachine.sendMessage(AdapterState.BREDR_STARTED); } } break; break; Loading Loading
android/app/src/com/android/bluetooth/btservice/AdapterService.java +1 −0 Original line number Original line Diff line number Diff line Loading @@ -347,6 +347,7 @@ public class AdapterService extends Service { initProfileServices(); initProfileServices(); getAdapterPropertyNative(AbstractionLayer.BT_PROPERTY_LOCAL_IO_CAPS); getAdapterPropertyNative(AbstractionLayer.BT_PROPERTY_LOCAL_IO_CAPS); getAdapterPropertyNative(AbstractionLayer.BT_PROPERTY_LOCAL_IO_CAPS_BLE); getAdapterPropertyNative(AbstractionLayer.BT_PROPERTY_LOCAL_IO_CAPS_BLE); getAdapterPropertyNative(AbstractionLayer.BT_PROPERTY_DYNAMIC_AUDIO_BUFFER); mAdapterStateMachine.sendMessage(AdapterState.BREDR_STARTED); mAdapterStateMachine.sendMessage(AdapterState.BREDR_STARTED); } } break; break; Loading