Disconnect from the service associated with the file descriptor.
#include <btapi/btspp.h>
int bt_spp_close(int fd)
BlackBerry 10.0.0
The mount point file descriptor returned by bt_spp_open() or bt_spp_open_ex().
This function closes the client side SPP connection opened with bt_spp_open() or bt_spp_open_ex(). Ensure that you call this function after your application has finished using the file descriptor from a successful call to bt_spp_open() or bt_spp_open_ex().
Do not call this function if you started a session with bt_spp_open_server() or bt_spp_open_server_ex(), even if the callback returned a valid file descriptor.