Home
last modified time | relevance | path

Searched refs:BT_TRANSPORT_BLE (Results 1 - 16 of 16) sorted by relevance

/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_gatt_manager.cpp90 item.transport_ == (GATT_TRANSPORT_TYPE_LE ? BT_TRANSPORT_BLE : BT_TRANSPORT_BREDR))); in GetDevicesByStates()
115 item.transport_ == (GATT_TRANSPORT_TYPE_LE ? BT_TRANSPORT_BLE : BT_TRANSPORT_BREDR))); in GetConnectedDevices()
H A Dbluetooth_gatt_server.cpp145 (device.transport_ == GATT_TRANSPORT_TYPE_LE) ? BT_TRANSPORT_BLE : BT_TRANSPORT_BREDR),
187 (device.transport_ == GATT_TRANSPORT_TYPE_LE) ? BT_TRANSPORT_BLE : BT_TRANSPORT_BREDR),
225 (device.transport_ == GATT_TRANSPORT_TYPE_LE) ? BT_TRANSPORT_BLE : BT_TRANSPORT_BREDR),
265 (device.transport_ == GATT_TRANSPORT_TYPE_LE) ? BT_TRANSPORT_BLE : BT_TRANSPORT_BREDR),
290 (device.transport_ == GATT_TRANSPORT_TYPE_LE) ? BT_TRANSPORT_BLE : BT_TRANSPORT_BREDR),
321 (device.transport_ == GATT_TRANSPORT_TYPE_LE) ? BT_TRANSPORT_BLE : BT_TRANSPORT_BREDR),
339 (device.transport_ == GATT_TRANSPORT_TYPE_LE) ? BT_TRANSPORT_BLE : BT_TRANSPORT_BREDR),
385 (device.transport_ == GATT_TRANSPORT_TYPE_LE) ? BT_TRANSPORT_BLE : BT_TRANSPORT_BREDR),
526 (gattDevice.transport_ == GATT_TRANSPORT_TYPE_LE) ? BT_TRANSPORT_BLE : BT_TRANSPORT_BREDR)) { in FindConnectedDevice()
H A Dbluetooth_ble_central_manager.cpp69 BluetoothRemoteDevice device(tempResult.GetPeripheralDevice().GetAddress(), BT_TRANSPORT_BLE);
109 BluetoothRemoteDevice device(result.GetPeripheralDevice().GetAddress(), BT_TRANSPORT_BLE);
H A Dbluetooth_remote_device.cpp59 transport_ == BT_TRANSPORT_BLE || transport_ == BT_TRANSPORT_NONE, in IsValidBluetoothRemoteDevice()
/foundation/communication/bluetooth/frameworks/js/napi/src/connection/
H A Dnapi_bluetooth_connection_observer.cpp68 } else if (device.GetTransportType() == BT_TRANSPORT_BLE) { in OnPairRequested()
69 remoteDevice = BluetoothHost::GetDefaultHost().GetRemoteDevice(device.GetDeviceAddr(), BT_TRANSPORT_BLE); in OnPairRequested()
/foundation/communication/bluetooth/frameworks/cj/access/src/
H A Dbluetooth_access_callback.cpp30 using Bluetooth::BT_TRANSPORT_BLE;
68 } else if (transport == BT_TRANSPORT_BLE) { in DealStateChange()
/foundation/communication/bluetooth/frameworks/js/napi/src/access/
H A Dnapi_bluetooth_access_observer.cpp70 } else if (transport == BT_TRANSPORT_BLE) { in DealStateChange()
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_host_server.cpp1214 transport = BT_TRANSPORT_BLE; in GetTransportByDeviceType()
1342 } else if ((transport == BT_TRANSPORT_BLE) && IsBleEnabled() && bleService) { in GetDeviceName()
1399 } else if ((transport == BT_TRANSPORT_BLE) && IsBleEnabled() && bleService) { in GetPairState()
1422 } else if ((transport == BT_TRANSPORT_BLE) && IsBleEnabled() && bleService) { in StartPair()
1450 } else if ((transport == BT_TRANSPORT_BLE) && IsBleEnabled() && bleService) { in CancelPairing()
1466 } else if ((transport == BT_TRANSPORT_BLE) && IsBleEnabled() && bleService) { in IsBondedFromLocal()
1482 } else if ((transport == BT_TRANSPORT_BLE) && IsBleEnabled() && bleService) { in IsAclConnected()
1498 } else if ((transport == BT_TRANSPORT_BLE) && IsBleEnabled() && bleService) { in IsAclEncrypted()
1584 } else if ((transport == BT_TRANSPORT_BLE) && IsBleEnabled() && bleService) { in SetDevicePairingConfirmation()
1608 } else if ((transport == BT_TRANSPORT_BLE) in SetDevicePasskey()
[all...]
/foundation/communication/bluetooth_service/test/unittest/host/
H A Dhost_test.cpp54 if (transport == BT_TRANSPORT_BLE) { in OnStateChanged()
793 BluetoothRemoteDevice device2_("00:00:00:00:00:01", BT_TRANSPORT_BLE); in HWTEST_F()
794 EXPECT_EQ(device2_.GetTransportType(), BT_TRANSPORT_BLE); in HWTEST_F()
/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gap.cpp452 remoteDevice = g_BluetoothHost->GetRemoteDevice(strAddress, BT_TRANSPORT_BLE); in PairRequestReply()
471 remoteDevice = g_BluetoothHost->GetRemoteDevice(strAddress, BT_TRANSPORT_BLE); in SetDevicePairingConfirmation()
H A Dohos_bt_gatt_server.cpp664 BluetoothRemoteDevice device(strAddress, BT_TRANSPORT_BLE); in BleGattsConnect()
688 BluetoothRemoteDevice device(strAddress, BT_TRANSPORT_BLE); in BleGattsDisconnect()
/foundation/communication/bluetooth_service/test/unittest/ble/
H A Dble_test.cpp175 if (transport == BT_TRANSPORT_BLE) { in OnStateChanged()
/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Dbt_def.h227 const int BT_TRANSPORT_BLE = 1; member
243 return BT_TRANSPORT_BLE; in DeviceTypeToTransport()
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_def.h227 const int BT_TRANSPORT_BLE = 1; member
/foundation/communication/bluetooth/frameworks/js/napi/src/common/
H A Dnapi_bluetooth_utils.cpp460 return transport == BT_TRANSPORT_BREDR || transport == BT_TRANSPORT_BLE; in IsValidTransport()
/foundation/communication/bluetooth/frameworks/js/napi/src/ble/
H A Dnapi_bluetooth_gatt_client.cpp520 deviceAddr, BT_TRANSPORT_BLE).GetDeviceName(deviceName); in GetDeviceName()

Completed in 22 milliseconds