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.h926 BLUETOOTH_ADDRESS BD_ADDR; member
/device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLib/
DDevicePathToText.c1621 Bluetooth->BD_ADDR.Address[5], in DevPathToTextBluetooth()
1622 Bluetooth->BD_ADDR.Address[4], in DevPathToTextBluetooth()
1623 Bluetooth->BD_ADDR.Address[3], in DevPathToTextBluetooth()
1624 Bluetooth->BD_ADDR.Address[2], in DevPathToTextBluetooth()
1625 Bluetooth->BD_ADDR.Address[1], in DevPathToTextBluetooth()
1626 Bluetooth->BD_ADDR.Address[0] in DevPathToTextBluetooth()
DDevicePathFromText.c2835 BluetoothDp->BD_ADDR.Address[Index] = (UINT8)Strtoi (TempNumBuffer); in DevPathFromTextBluetooth()