aboutsummaryrefslogtreecommitdiff
path: root/btif/include/btif_sock_l2cap.h
diff options
context:
space:
mode:
Diffstat (limited to 'btif/include/btif_sock_l2cap.h')
-rw-r--r--btif/include/btif_sock_l2cap.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/btif/include/btif_sock_l2cap.h b/btif/include/btif_sock_l2cap.h
index 0c867c5c4..f92127931 100644
--- a/btif/include/btif_sock_l2cap.h
+++ b/btif/include/btif_sock_l2cap.h
@@ -9,6 +9,8 @@
#include <hardware/bluetooth.h>
+#define L2CAP_MASK_FIXED_CHANNEL 0x10000
+
bt_status_t btsock_l2cap_init(int handle, uid_set_t* set);
bt_status_t btsock_l2cap_cleanup();
bt_status_t btsock_l2cap_listen(const char* name, int channel, int* sock_fd,