TianoCore EDK2 master
Loading...
Searching...
No Matches
_EFI_BLUETOOTH_IO_PROTOCOL Struct Reference

#include <MdePkg/Include/Protocol/BluetoothIo.h>

Data Fields

EFI_BLUETOOTH_IO_GET_DEVICE_INFO GetDeviceInfo
 
EFI_BLUETOOTH_IO_GET_SDP_INFO GetSdpInfo
 
EFI_BLUETOOTH_IO_L2CAP_RAW_SEND L2CapRawSend
 
EFI_BLUETOOTH_IO_L2CAP_RAW_RECEIVE L2CapRawReceive
 
EFI_BLUETOOTH_IO_L2CAP_RAW_ASYNC_RECEIVE L2CapRawAsyncReceive
 
EFI_BLUETOOTH_IO_L2CAP_SEND L2CapSend
 
EFI_BLUETOOTH_IO_L2CAP_RECEIVE L2CapReceive
 
EFI_BLUETOOTH_IO_L2CAP_ASYNC_RECEIVE L2CapAsyncReceive
 
EFI_BLUETOOTH_IO_L2CAP_CONNECT L2CapConnect
 
EFI_BLUETOOTH_IO_L2CAP_DISCONNECT L2CapDisconnect
 
EFI_BLUETOOTH_IO_L2CAP_REGISTER_SERVICE L2CapRegisterService
 

Detailed Description

This protocol provides service for Bluetooth L2CAP (Logical Link Control and Adaptation Protocol) and SDP (Service Discovery Protocol).

Definition at line 394 of file BluetoothIo.h.

Field Documentation

◆ GetDeviceInfo

EFI_BLUETOOTH_IO_GET_DEVICE_INFO _EFI_BLUETOOTH_IO_PROTOCOL::GetDeviceInfo

Definition at line 395 of file BluetoothIo.h.

◆ GetSdpInfo

EFI_BLUETOOTH_IO_GET_SDP_INFO _EFI_BLUETOOTH_IO_PROTOCOL::GetSdpInfo

Definition at line 396 of file BluetoothIo.h.

◆ L2CapAsyncReceive

EFI_BLUETOOTH_IO_L2CAP_ASYNC_RECEIVE _EFI_BLUETOOTH_IO_PROTOCOL::L2CapAsyncReceive

Definition at line 402 of file BluetoothIo.h.

◆ L2CapConnect

EFI_BLUETOOTH_IO_L2CAP_CONNECT _EFI_BLUETOOTH_IO_PROTOCOL::L2CapConnect

Definition at line 403 of file BluetoothIo.h.

◆ L2CapDisconnect

EFI_BLUETOOTH_IO_L2CAP_DISCONNECT _EFI_BLUETOOTH_IO_PROTOCOL::L2CapDisconnect

Definition at line 404 of file BluetoothIo.h.

◆ L2CapRawAsyncReceive

EFI_BLUETOOTH_IO_L2CAP_RAW_ASYNC_RECEIVE _EFI_BLUETOOTH_IO_PROTOCOL::L2CapRawAsyncReceive

Definition at line 399 of file BluetoothIo.h.

◆ L2CapRawReceive

EFI_BLUETOOTH_IO_L2CAP_RAW_RECEIVE _EFI_BLUETOOTH_IO_PROTOCOL::L2CapRawReceive

Definition at line 398 of file BluetoothIo.h.

◆ L2CapRawSend

EFI_BLUETOOTH_IO_L2CAP_RAW_SEND _EFI_BLUETOOTH_IO_PROTOCOL::L2CapRawSend

Definition at line 397 of file BluetoothIo.h.

◆ L2CapReceive

EFI_BLUETOOTH_IO_L2CAP_RECEIVE _EFI_BLUETOOTH_IO_PROTOCOL::L2CapReceive

Definition at line 401 of file BluetoothIo.h.

◆ L2CapRegisterService

EFI_BLUETOOTH_IO_L2CAP_REGISTER_SERVICE _EFI_BLUETOOTH_IO_PROTOCOL::L2CapRegisterService

Definition at line 405 of file BluetoothIo.h.

◆ L2CapSend

EFI_BLUETOOTH_IO_L2CAP_SEND _EFI_BLUETOOTH_IO_PROTOCOL::L2CapSend

Definition at line 400 of file BluetoothIo.h.


The documentation for this struct was generated from the following file: