Searched refs:btStatus (Results 1 – 8 of 8) sorted by relevance
33 int32_t BleOhosStatusToSoftBus(BtStatus btStatus) in BleOhosStatusToSoftBus() argument39 if (btStatus >= len) { in BleOhosStatusToSoftBus()43 return (ptr + btStatus)->softBusBtStatus; in BleOhosStatusToSoftBus()
74 let btStatus = bluetooth.getState();75 if ( btStatus === bluetooth.BluetoothState.STATE_OFF ) {387 let btStatus = bluetooth.getState();388 if ( btStatus === bluetooth.BluetoothState.STATE_OFF ) {435 let btStatus = bluetooth.getState();436 if ( btStatus === bluetooth.BluetoothState.STATE_OFF ) {499 let btStatus = bluetooth.getState();500 if ( btStatus === bluetooth.BluetoothState.STATE_OFF ) {586 let btStatus = bluetooth.getState();587 if ( btStatus === bluetooth.BluetoothState.STATE_OFF ) {[all …]
57 let btStatus = bluetoothManager.getState();58 if ( btStatus === bluetoothManager.BluetoothState.STATE_OFF ) {360 let btStatus = bluetoothManager.getState();361 if ( btStatus === bluetoothManager.BluetoothState.STATE_OFF ) {397 let btStatus = bluetoothManager.getState();398 if ( btStatus === bluetoothManager.BluetoothState.STATE_OFF ) {461 let btStatus = bluetoothManager.getState();462 if ( btStatus === bluetoothManager.BluetoothState.STATE_OFF ) {545 let btStatus = bluetoothManager.getState();546 if ( btStatus === bluetoothManager.BluetoothState.STATE_OFF ) {[all …]
158 let btStatus = bluetoothManager.getState();159 if ( btStatus === bluetoothManager.BluetoothState.STATE_OFF ) {658 let btStatus = bluetoothManager.getState();659 if ( btStatus === bluetoothManager.BluetoothState.STATE_OFF ) {704 let btStatus = bluetoothManager.getState();705 if ( btStatus === bluetoothManager.BluetoothState.STATE_OFF ) {737 let btStatus = bluetoothManager.getState();738 if ( btStatus === bluetoothManager.BluetoothState.STATE_OFF ) {
175 let btStatus = bluetooth.getState();176 if ( btStatus === bluetooth.BluetoothState.STATE_OFF ) {689 let btStatus = bluetooth.getState();690 if ( btStatus === bluetooth.BluetoothState.STATE_OFF ) {735 let btStatus = bluetooth.getState();736 if ( btStatus === bluetooth.BluetoothState.STATE_OFF ) {768 let btStatus = bluetooth.getState();769 if ( btStatus === bluetooth.BluetoothState.STATE_OFF ) {
34 BtStatus btStatus; member
35 int32_t BtStatusToSoftBus(BtStatus btStatus);
31 int32_t BtStatusToSoftBus(BtStatus btStatus) in BtStatusToSoftBus() argument33 switch (btStatus) { in BtStatusToSoftBus()