Home
last modified time | relevance | path

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

/system/bt/stack/include/
Dl2c_api.h855 extern BOOLEAN L2CA_GetPeerFeatures (BD_ADDR bd_addr, UINT32 *p_ext_feat, UINT8 *p_chnl_mask);
/system/bt/stack/l2cap/
Dl2c_api.c1563 BOOLEAN L2CA_GetPeerFeatures (BD_ADDR bd_addr, UINT32 *p_ext_feat, UINT8 *p_chnl_mask) in L2CA_GetPeerFeatures() function
/system/bt/stack/btm/
Dbtm_sec.c6318 if (!L2CA_GetPeerFeatures (p_dev_rec->bd_addr, &ext_feat, chnl_mask)) in btm_sec_use_smp_br_chnl()