Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/test/
Dstack_l2cap_test.cc131 .remote_config_rsp_result = 0, // The config rsp result from remote
/packages/modules/Bluetooth/system/stack/l2cap/
Dl2c_csm.cc1028 if (p_ccb->remote_config_rsp_result == L2CAP_CFG_OK) { in l2c_csm_config()
1123 p_ccb->remote_config_rsp_result = p_cfg->result; in l2c_csm_config()
Dl2c_int.h307 uint16_t remote_config_rsp_result; /* The config rsp result from remote */ member