Public symbols in bluetoothapis.dll (6.3.9600.17415-Windows_8.1) on x86_64
Total: 42
bluetoothapis.h,
bluetoothapis.dll
BluetoothEnableDiscovery ( HANDLE hRadio, BOOL fEnabled )
BluetoothEnableIncomingConnections ( HANDLE hRadio, BOOL fEnabled )
BluetoothEnumerateInstalledServices ( HANDLE hRadio, BLUETOOTH_DEVICE_INFO_STRUCT const* pbtdi, DWORD* pcServiceInout, GUID* pGuidServices )
BluetoothFindDeviceClose ( HBLUETOOTH_DEVICE_FIND hFind )
BluetoothFindFirstDevice ( BLUETOOTH_DEVICE_SEARCH_PARAMS const* pbtsp, BLUETOOTH_DEVICE_INFO_STRUCT* pbtdi )
BluetoothFindFirstRadio ( BLUETOOTH_FIND_RADIO_PARAMS const* pbtfrp, HANDLE* phRadio )
BluetoothFindNextDevice ( HBLUETOOTH_DEVICE_FIND hFind, BLUETOOTH_DEVICE_INFO_STRUCT* pbtdi )
BluetoothFindNextRadio ( HBLUETOOTH_RADIO_FIND hFind, HANDLE* phRadio )
BluetoothFindRadioClose ( HBLUETOOTH_RADIO_FIND hFind )
BluetoothGetDeviceInfo ( HANDLE hRadio, BLUETOOTH_DEVICE_INFO_STRUCT* pbtdi )
BluetoothGetRadioInfo ( HANDLE hRadio, PBLUETOOTH_RADIO_INFO pRadioInfo )
BluetoothIsConnectable ( HANDLE hRadio )
BluetoothIsDiscoverable ( HANDLE hRadio )
BluetoothIsVersionAvailable ( UCHAR MajorVersion, UCHAR MinorVersion )
BluetoothRegisterForAuthentication ( BLUETOOTH_DEVICE_INFO_STRUCT const* pbtdi, HBLUETOOTH_AUTHENTICATION_REGISTRATION* phRegHandle, PFN_AUTHENTICATION_CALLBACK pfnCallback, PVOID pvParam )
BluetoothRegisterForAuthenticationEx ( BLUETOOTH_DEVICE_INFO_STRUCT const* pbtdiIn, HBLUETOOTH_AUTHENTICATION_REGISTRATION* phRegHandleOut, PFN_AUTHENTICATION_CALLBACK_EX pfnCallbackIn, PVOID pvParam )
BluetoothRemoveDevice ( BLUETOOTH_ADDRESS_STRUCT const* pAddress )
BluetoothSdpEnumAttributes ( LPBYTE pSDPStream, ULONG cbStreamSize, PFN_BLUETOOTH_ENUM_ATTRIBUTES_CALLBACK pfnCallback, LPVOID pvParam )
BluetoothSdpGetAttributeValue ( LPBYTE pRecordStream, ULONG cbRecordLength, USHORT usAttributeId, PSDP_ELEMENT_DATA pAttributeData )
BluetoothSdpGetContainerElementData ( LPBYTE pContainerStream, ULONG cbContainerLength, HBLUETOOTH_CONTAINER_ELEMENT* pElement, PSDP_ELEMENT_DATA pData )
BluetoothSdpGetElementData ( LPBYTE pSdpStream, ULONG cbSdpStreamLength, PSDP_ELEMENT_DATA pData )
BluetoothSdpGetString ( LPBYTE pRecordStream, ULONG cbRecordLength, PSDP_STRING_TYPE_DATA const pStringData, USHORT usStringOffset, PWSTR pszString, PULONG pcchStringLength )
BluetoothSendAuthenticationResponse ( HANDLE hRadio, BLUETOOTH_DEVICE_INFO_STRUCT const* pbtdi, LPCWSTR pszPasskey )
BluetoothSendAuthenticationResponseEx ( HANDLE hRadioIn, PBLUETOOTH_AUTHENTICATE_RESPONSE pauthResponse )
BluetoothSetLocalServiceInfo ( HANDLE hRadioIn, GUID const* pClassGuid, ULONG ulInstance, BLUETOOTH_LOCAL_SERVICE_INFO_STRUCT const* pServiceInfoIn )
BluetoothSetServiceState ( HANDLE hRadio, BLUETOOTH_DEVICE_INFO_STRUCT const* pbtdi, GUID const* pGuidService, DWORD dwServiceFlags )
BluetoothUnregisterAuthentication ( HBLUETOOTH_AUTHENTICATION_REGISTRATION hRegHandle )
BluetoothUpdateDeviceRecord ( BLUETOOTH_DEVICE_INFO_STRUCT const* pbtdi )
bluetoothleapis.h,
bluetoothapis.dll
BluetoothGATTAbortReliableWrite ( HANDLE hDevice, BTH_LE_GATT_RELIABLE_WRITE_CONTEXT ReliableWriteContext, ULONG Flags )
BluetoothGATTBeginReliableWrite ( HANDLE hDevice, PBTH_LE_GATT_RELIABLE_WRITE_CONTEXT ReliableWriteContext, ULONG Flags )
BluetoothGATTEndReliableWrite ( HANDLE hDevice, BTH_LE_GATT_RELIABLE_WRITE_CONTEXT ReliableWriteContext, ULONG Flags )
BluetoothGATTGetCharacteristics ( HANDLE hDevice, PBTH_LE_GATT_SERVICE Service, USHORT CharacteristicsBufferCount, PBTH_LE_GATT_CHARACTERISTIC CharacteristicsBuffer, USHORT* CharacteristicsBufferActual, ULONG Flags )
BluetoothGATTGetCharacteristicValue ( HANDLE hDevice, PBTH_LE_GATT_CHARACTERISTIC Characteristic, ULONG CharacteristicValueDataSize, PBTH_LE_GATT_CHARACTERISTIC_VALUE CharacteristicValue, USHORT* CharacteristicValueSizeRequired, ULONG Flags )
BluetoothGATTGetDescriptors ( HANDLE hDevice, PBTH_LE_GATT_CHARACTERISTIC Characteristic, USHORT DescriptorsBufferCount, PBTH_LE_GATT_DESCRIPTOR DescriptorsBuffer, USHORT* DescriptorsBufferActual, ULONG Flags )
BluetoothGATTGetDescriptorValue ( HANDLE hDevice, PBTH_LE_GATT_DESCRIPTOR Descriptor, ULONG DescriptorValueDataSize, PBTH_LE_GATT_DESCRIPTOR_VALUE DescriptorValue, USHORT* DescriptorValueSizeRequired, ULONG Flags )
BluetoothGATTGetIncludedServices ( HANDLE hDevice, PBTH_LE_GATT_SERVICE ParentService, USHORT IncludedServicesBufferCount, PBTH_LE_GATT_SERVICE IncludedServicesBuffer, USHORT* IncludedServicesBufferActual, ULONG Flags )
BluetoothGATTGetServices ( HANDLE hDevice, USHORT ServicesBufferCount, PBTH_LE_GATT_SERVICE ServicesBuffer, USHORT* ServicesBufferActual, ULONG Flags )
BluetoothGATTRegisterEvent ( HANDLE hService, BTH_LE_GATT_EVENT_TYPE EventType, PVOID EventParameterIn, PFNBLUETOOTH_GATT_EVENT_CALLBACK Callback, PVOID CallbackContext, BLUETOOTH_GATT_EVENT_HANDLE* pEventHandle, ULONG Flags )
BluetoothGATTSetCharacteristicValue ( HANDLE hDevice, PBTH_LE_GATT_CHARACTERISTIC Characteristic, PBTH_LE_GATT_CHARACTERISTIC_VALUE CharacteristicValue, BTH_LE_GATT_RELIABLE_WRITE_CONTEXT ReliableWriteContext, ULONG Flags )
BluetoothGATTSetDescriptorValue ( HANDLE hDevice, PBTH_LE_GATT_DESCRIPTOR Descriptor, PBTH_LE_GATT_DESCRIPTOR_VALUE DescriptorValue, ULONG Flags )
BluetoothGATTUnregisterEvent ( BLUETOOTH_GATT_EVENT_HANDLE EventHandle, ULONG Flags )
combaseapi.h,
bluetoothapis.dll
DllCanUnloadNow ( )
to the top