Ejemplo n.º 1
0
 BluetopiaError IBluetopiaApi.GAP_Set_Pairability_Mode(uint BluetoothStackID, StackConsts.GAP_Pairability_Mode GAP_Pairability_Mode)
 {
     return(BluetopiaError.OK);
 }
Ejemplo n.º 2
0
 BluetopiaError IBluetopiaApi.GAP_Set_Pairability_Mode(uint BluetoothStackID, StackConsts.GAP_Pairability_Mode GAP_Pairability_Mode)
 {
     return(NativeMethods.GAP_Set_Pairability_Mode(BluetoothStackID, GAP_Pairability_Mode));
 }
Ejemplo n.º 3
0
 internal static extern BluetopiaError GAP_Set_Pairability_Mode(uint BluetoothStackID, StackConsts.GAP_Pairability_Mode GAP_Pairability_Mode);