예제 #1
0
 BluetopiaError IBluetopiaApi.GAP_Initiate_Bonding(uint BluetoothStackID, Int64 BD_ADDR,
                                                   StackConsts.GAP_Bonding_Type GAP_Bonding_Type,
                                                   NativeMethods.GAP_Event_Callback GAP_Event_Callback, uint CallbackParameter)
 {
     return(NativeMethods.GAP_Initiate_Bonding(BluetoothStackID, BD_ADDR,
                                               GAP_Bonding_Type,
                                               GAP_Event_Callback, CallbackParameter));
 }
예제 #2
0
 BluetopiaError IBluetopiaApi.GAP_Initiate_Bonding(uint BluetoothStackID, BD_ADDR_BY_VALUE BD_ADDR,
                                                   StackConsts.GAP_Bonding_Type GAP_Bonding_Type,
                                                   NativeMethods.GAP_Event_Callback GAP_Event_Callback, uint CallbackParameter)
 {
     return(BluetopiaError.UNSUPPORTED_PLATFORM_ERROR);
 }
예제 #3
0
 internal static extern BluetopiaError GAP_Initiate_Bonding(uint BluetoothStackID, BD_ADDR_BY_VALUE BD_ADDR,
                                                            StackConsts.GAP_Bonding_Type GAP_Bonding_Type, GAP_Event_Callback GAP_Event_Callback, uint CallbackParameter);