Home
last modified time | relevance | path

Searched refs:p_chnl_mask (Results 1 – 2 of 2) sorted by relevance

/device/soc/esp/esp32/components/bt/host/bluedroid/stack/include/stack/
Dl2c_api.h858 extern BOOLEAN L2CA_GetPeerFeatures (BD_ADDR bd_addr, UINT32 *p_ext_feat, UINT8 *p_chnl_mask);
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/l2cap/
Dl2c_api.c1224 BOOLEAN L2CA_GetPeerFeatures (BD_ADDR bd_addr, UINT32 *p_ext_feat, UINT8 *p_chnl_mask) in L2CA_GetPeerFeatures() argument
1242 memcpy (p_chnl_mask, p_lcb->peer_chnl_mask, L2CAP_FIXED_CHNL_ARRAY_SIZE); in L2CA_GetPeerFeatures()