Home
last modified time | relevance | path

Searched refs:BD_ADDR (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DBluetoothConfig.h225 IN BLUETOOTH_ADDRESS *BD_ADDR
245 IN BLUETOOTH_ADDRESS *BD_ADDR,
DBluetoothIo.h49 BLUETOOTH_ADDRESS BD_ADDR; member
DDevicePath.h917 BLUETOOTH_ADDRESS BD_ADDR; member
/device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLib/
DDevicePathToText.c1588 Bluetooth->BD_ADDR.Address[5], in DevPathToTextBluetooth()
1589 Bluetooth->BD_ADDR.Address[4], in DevPathToTextBluetooth()
1590 Bluetooth->BD_ADDR.Address[3], in DevPathToTextBluetooth()
1591 Bluetooth->BD_ADDR.Address[2], in DevPathToTextBluetooth()
1592 Bluetooth->BD_ADDR.Address[1], in DevPathToTextBluetooth()
1593 Bluetooth->BD_ADDR.Address[0] in DevPathToTextBluetooth()
DDevicePathFromText.c2807 BluetoothDp->BD_ADDR.Address[Index] = (UINT8)Strtoi (TempNumBuffer); in DevPathFromTextBluetooth()