Lines Matching full:remote
55 #define BTA_AV_FEAT_RCTG 0x0001 /* remote control target */
56 #define BTA_AV_FEAT_RCCT 0x0002 /* remote control controller */
58 #define BTA_AV_FEAT_VENDOR 0x0008 /* remote control vendor dependent commands */
60 #define BTA_AV_FEAT_METADATA 0x0040 /* remote control Metadata Transfer command/response */
64 #define BTA_AV_FEAT_ADV_CTRL 0x0200 /* remote control Advanced Control command/response */
238 #define BTA_AV_RC_OPEN_EVT 8 /* remote control channel open */
239 #define BTA_AV_RC_CLOSE_EVT 9 /* remote control channel closed */
240 #define BTA_AV_REMOTE_CMD_EVT 10 /* remote control command */
241 #define BTA_AV_REMOTE_RSP_EVT 11 /* remote control response */
242 #define BTA_AV_VENDOR_CMD_EVT 12 /* vendor dependent remote control command */
243 #define BTA_AV_VENDOR_RSP_EVT 13 /* vendor dependent remote control response */
251 #define BTA_AV_RC_FEAT_EVT 19 /* remote control channel peer supported features update */
694 ** Description Send a remote control command. This function can only
707 ** Description Send a vendor dependent remote control command. This
721 ** Description Send a vendor dependent remote control response.