bt_hid_protocol_req_cb
The callback prototype to indicate the protocol has been requested.
Synopsis:
#include <btapi/bthid.h>
typedef void(* bt_hid_protocol_req_cb)(void);
Since:
BlackBerry 10.2.0
Library:
libbtapi (For the qcc command, use the -l btapi option to link against this library)Description:
The application must respond to this event by calling bt_hid_get_protocol_res().
Last modified: 2014-05-14