Disconnect a list of active services or cancel pending service connections.
#include <btapi/btgatt.h>
int bt_gatt_disconnect_services(const char *bdaddr, const char **services)
BlackBerry 10.0.0
The MAC address of the remote Bluetooth-enabled device.
A list of services to be disconnected or cancelled. These can be either 128-bit or 16-bit universally unique identifiers (UUIDs). The list is NULL-terminated. An example of the string representation for GATT services is 0x1435. The 128-bit UUID is traditionally represented as 0xF0000000-0451-4000-B000-000000000000.