Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dl2c_api.h862 extern BOOLEAN L2CA_GetPeerFeatures (BD_ADDR bd_addr, UINT32 *p_ext_feat, UINT8 *p_chnl_mask);
/hal_espressif-latest/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() function
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_sec.c6256 if (!L2CA_GetPeerFeatures (p_dev_rec->bd_addr, &ext_feat, chnl_mask)) { in btm_sec_use_smp_br_chnl()