Home
last modified time | relevance | path

Searched refs:L2CAP_SIGNALLING_CID (Results 1 – 3 of 3) sorted by relevance

/external/bluetooth/bluedroid/stack/include/
Dl2cdefs.h127 #define L2CAP_SIGNALLING_CID 1 macro
138 #define L2CAP_FIXED_CHNL_SIG_BIT (1 << L2CAP_SIGNALLING_CID) /* Signal Channel Supported…
/external/bluetooth/bluedroid/stack/l2cap/
Dl2c_main.c150 if ((p_msg->layer_specific == 0) && (rcv_cid == L2CAP_SIGNALLING_CID) in l2c_rcv_acl_data()
227 if (rcv_cid == L2CAP_SIGNALLING_CID) in l2c_rcv_acl_data()
Dl2c_utils.c296 UINT16_TO_STREAM (p, L2CAP_SIGNALLING_CID); in l2cu_build_header()
727 UINT16_TO_STREAM (p, L2CAP_SIGNALLING_CID); in l2cu_send_peer_config_rej()