diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2005-02-22 11:42:03 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2005-02-22 11:42:03 +0000 |
commit | 1ec0481800a50aa14afe0513f69b4c7c04d5962a (patch) | |
tree | c8d632e97e175c8f9639c18bd1812164cdc37e2b /include/hci.h | |
parent | db01d7596aa2ba2e40df5d3c7ef9b7cd0489ecad (diff) |
Support pscan_rep_mode for remote name request
Diffstat (limited to 'include/hci.h')
-rw-r--r-- | include/hci.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/hci.h b/include/hci.h index 4ffa34fc..b651e22d 100644 --- a/include/hci.h +++ b/include/hci.h @@ -395,6 +395,12 @@ typedef struct { } __attribute__ ((packed)) remote_name_req_cp; #define REMOTE_NAME_REQ_CP_SIZE 10 +#define OCF_REMOTE_NAME_REQ_CANCEL 0x001A +typedef struct { + bdaddr_t bdaddr; +} __attribute__ ((packed)) remote_name_req_cancel_cp; +#define REMOTE_NAME_REQ_CANCEL_CP_SIZE 6 + #define OCF_READ_REMOTE_FEATURES 0x001B typedef struct { uint16_t handle; |