Searched refs:L2CAP_FIXED_CHNL_ARRAY_SIZE (Results 1 – 6 of 6) sorted by relevance
245 #define L2CAP_FIXED_CHNL_ARRAY_SIZE 8 /* Fixed channel array size */ macro
411 UINT8 peer_chnl_mask[L2CAP_FIXED_CHNL_ARRAY_SIZE];
743 memcpy (p_lcb->peer_chnl_mask, p, L2CAP_FIXED_CHNL_ARRAY_SIZE); in process_l2cap_cmd()
1191 len += L2CAP_FIXED_CHNL_ARRAY_SIZE; in l2cu_send_peer_info_rsp()1236 memset (p, 0, L2CAP_FIXED_CHNL_ARRAY_SIZE); in l2cu_send_peer_info_rsp()
1242 memcpy (p_chnl_mask, p_lcb->peer_chnl_mask, L2CAP_FIXED_CHNL_ARRAY_SIZE); in L2CA_GetPeerFeatures()
6193 UINT8 chnl_mask[L2CAP_FIXED_CHNL_ARRAY_SIZE]; in btm_sec_use_smp_br_chnl()