Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/test/mock/
Dmock_main_shim_l2cap_api.h211 uint8_t* p_chnl_mask)>
213 uint8_t* p_chnl_mask) { return false; }};
215 uint8_t* p_chnl_mask) { in operator()
216 return body(bd_addr, p_ext_feat, p_chnl_mask); in operator()
Dmock_stack_l2cap_api.h339 uint8_t* p_chnl_mask)>
343 uint8_t* p_chnl_mask) { in operator()
344 return body(bd_addr, p_ext_feat, p_chnl_mask); in operator()
Dmock_stack_l2cap_api.cc204 uint8_t* p_chnl_mask) { in L2CA_GetPeerFeatures() argument
207 p_chnl_mask); in L2CA_GetPeerFeatures()
/packages/modules/Bluetooth/system/main/shim/
Dl2c_api.h316 uint8_t* p_chnl_mask);
/packages/modules/Bluetooth/system/stack/include/
Dl2c_api.h723 uint8_t* p_chnl_mask);
/packages/modules/Bluetooth/system/stack/l2cap/
Dl2c_api.cc1100 uint8_t* p_chnl_mask) { in L2CA_GetPeerFeatures() argument
1115 memcpy(p_chnl_mask, p_lcb->peer_chnl_mask, L2CAP_FIXED_CHNL_ARRAY_SIZE); in L2CA_GetPeerFeatures()