System.Bluetooth.TBluetoothManager Events
InheritedProtected
OnDiscoverableEnd | public | When you call StartDiscoverable, you start a request to make the device that is running your application discoverable via Bluetooth. OnDiscoverableEnd occurs if the user of your application accepts your request. |
OnDiscoveryEnd | public | When you call StartDiscovery, you start a discovery operation to find remote devices using Bluetooth. OnDiscoveryEnd occurs when the discovery operation finishes. |
OnIdentifyCustomUUID | public | Occurs when you request the display name of a service with a given unique identifier, but TBluetoothManager does not recognize the specified service identifier. |
OnRemoteRequestPair | public |