/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_gatt_manager.cpp | 90 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 D | bluetooth_gatt_server.cpp | 145 (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 D | bluetooth_ble_central_manager.cpp | 69 BluetoothRemoteDevice device(tempResult.GetPeripheralDevice().GetAddress(), BT_TRANSPORT_BLE); 109 BluetoothRemoteDevice device(result.GetPeripheralDevice().GetAddress(), BT_TRANSPORT_BLE);
|
H A D | bluetooth_remote_device.cpp | 59 transport_ == BT_TRANSPORT_BLE || transport_ == BT_TRANSPORT_NONE, in IsValidBluetoothRemoteDevice()
|
/foundation/communication/bluetooth/frameworks/js/napi/src/connection/ |
H A D | napi_bluetooth_connection_observer.cpp | 68 } 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 D | bluetooth_access_callback.cpp | 30 using Bluetooth::BT_TRANSPORT_BLE; 68 } else if (transport == BT_TRANSPORT_BLE) { in DealStateChange()
|
/foundation/communication/bluetooth/frameworks/js/napi/src/access/ |
H A D | napi_bluetooth_access_observer.cpp | 70 } else if (transport == BT_TRANSPORT_BLE) { in DealStateChange()
|
/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_host_server.cpp | 1214 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 D | host_test.cpp | 54 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 D | ohos_bt_gap.cpp | 452 remoteDevice = g_BluetoothHost->GetRemoteDevice(strAddress, BT_TRANSPORT_BLE); in PairRequestReply() 471 remoteDevice = g_BluetoothHost->GetRemoteDevice(strAddress, BT_TRANSPORT_BLE); in SetDevicePairingConfirmation()
|
H A D | ohos_bt_gatt_server.cpp | 664 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 D | ble_test.cpp | 175 if (transport == BT_TRANSPORT_BLE) { in OnStateChanged()
|
/foundation/communication/bluetooth/frameworks/inner/ipc/common/ |
H A D | bt_def.h | 227 const int BT_TRANSPORT_BLE = 1; member 243 return BT_TRANSPORT_BLE; in DeviceTypeToTransport()
|
/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_def.h | 227 const int BT_TRANSPORT_BLE = 1; member
|
/foundation/communication/bluetooth/frameworks/js/napi/src/common/ |
H A D | napi_bluetooth_utils.cpp | 460 return transport == BT_TRANSPORT_BREDR || transport == BT_TRANSPORT_BLE; in IsValidTransport()
|
/foundation/communication/bluetooth/frameworks/js/napi/src/ble/ |
H A D | napi_bluetooth_gatt_client.cpp | 520 deviceAddr, BT_TRANSPORT_BLE).GetDeviceName(deviceName); in GetDeviceName()
|