Home
last modified time | relevance | path

Searched refs:btStatus (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/common/
H A Dadapter_bt_utils.c33 int32_t BleOhosStatusToSoftBus(BtStatus btStatus) in BleOhosStatusToSoftBus() argument
39 if (btStatus >= len) { in BleOhosStatusToSoftBus()
43 return (ptr + btStatus)->softBusBtStatus; in BleOhosStatusToSoftBus()
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/ets/MainAbility/model/
H A DgattServerInterface.ets74 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 …]
H A DgattServerManagerInterface.ets57 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 …]
H A DgattClientManagerInterface.ets158 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 ) {
H A DgattClientInterface.ets175 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 ) {
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/include/
H A Dadapter_bt_utils.h34 BtStatus btStatus; member
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/adapter/ble/include/
H A Dsoftbus_ble_utils.h35 int32_t BtStatusToSoftBus(BtStatus btStatus);
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/adapter/ble/src/
H A Dsoftbus_ble_utils.c31 int32_t BtStatusToSoftBus(BtStatus btStatus) in BtStatusToSoftBus() argument
33 switch (btStatus) { in BtStatusToSoftBus()