Home
last modified time | relevance | path

Searched refs:L2CAP_FIXED_CHNL_ARRAY_SIZE (Results 1 – 6 of 6) sorted by relevance

/system/bt/stack/include/
Dl2cdefs.h274 #define L2CAP_FIXED_CHNL_ARRAY_SIZE 8 macro
/system/bt/stack/l2cap/
Dl2c_int.h413 uint8_t peer_chnl_mask[L2CAP_FIXED_CHNL_ARRAY_SIZE];
Dl2c_main.cc726 memcpy(p_lcb->peer_chnl_mask, p, L2CAP_FIXED_CHNL_ARRAY_SIZE); in process_l2cap_cmd()
Dl2c_utils.cc1086 len += L2CAP_FIXED_CHNL_ARRAY_SIZE; in l2cu_send_peer_info_rsp()
1132 memset(p, 0, L2CAP_FIXED_CHNL_ARRAY_SIZE); in l2cu_send_peer_info_rsp()
Dl2c_api.cc1567 memcpy(p_chnl_mask, p_lcb->peer_chnl_mask, L2CAP_FIXED_CHNL_ARRAY_SIZE); in L2CA_GetPeerFeatures()
/system/bt/stack/btm/
Dbtm_sec.cc5901 uint8_t chnl_mask[L2CAP_FIXED_CHNL_ARRAY_SIZE]; in btm_sec_use_smp_br_chnl()