Home
last modified time | relevance | path

Searched refs:BLUETOOTH_DEVICE_PATH (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DDevicePath.h927 } BLUETOOTH_DEVICE_PATH; typedef
1247 BLUETOOTH_DEVICE_PATH Bluetooth;
1304 BLUETOOTH_DEVICE_PATH *Bluetooth;
/device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLib/
DDevicePathFromText.c2816 BLUETOOTH_DEVICE_PATH *BluetoothDp; in DevPathFromTextBluetooth()
2819 BluetoothDp = (BLUETOOTH_DEVICE_PATH *) CreateDeviceNode ( in DevPathFromTextBluetooth()
2822 (UINT16) sizeof (BLUETOOTH_DEVICE_PATH) in DevPathFromTextBluetooth()
DDevicePathToText.c1615 BLUETOOTH_DEVICE_PATH *Bluetooth; in DevPathToTextBluetooth()