Searched refs:adapterProperties (Results 1 – 2 of 2) sorted by relevance
100 private AdapterState(AdapterService service, AdapterProperties adapterProperties) { in AdapterState() argument107 mAdapterProperties = adapterProperties; in AdapterState()111 public static AdapterState make(AdapterService service, AdapterProperties adapterProperties) { in make() argument113 AdapterState as = new AdapterState(service, adapterProperties); in make()175 AdapterProperties adapterProperties = mAdapterProperties; in processMessage() local176 if ((adapterService == null) || (adapterProperties == null)) { in processMessage()195 adapterProperties.onBleDisable(); in processMessage()230 AdapterProperties adapterProperties = mAdapterProperties; in processMessage() local231 if (adapterProperties == null) { in processMessage()248 adapterProperties.onBluetoothDisable(); in processMessage()[all …]
26 JniCallbacks(AdapterState adapterStateMachine,AdapterProperties adapterProperties) { in JniCallbacks() argument28 mAdapterProperties = adapterProperties; in JniCallbacks()