Searched refs:tL2CAP_RECONFIG_RESULT (Results 1 – 5 of 5) sorted by relevance
/packages/modules/Bluetooth/system/stack/include/ |
D | l2cdefs.h | 283 enum class tL2CAP_RECONFIG_RESULT : uint16_t { enum 291 inline std::string l2cap_reconfig_result_text(const tL2CAP_RECONFIG_RESULT& result) { in l2cap_reconfig_result_text() 293 CASE_RETURN_TEXT(tL2CAP_RECONFIG_RESULT::L2CAP_RECONFIG_SUCCEED); in l2cap_reconfig_result_text() 294 CASE_RETURN_TEXT(tL2CAP_RECONFIG_RESULT::L2CAP_RECONFIG_REDUCTION_MTU_NO_ALLOWED); in l2cap_reconfig_result_text() 295 CASE_RETURN_TEXT(tL2CAP_RECONFIG_RESULT::L2CAP_RECONFIG_REDUCTION_MPS_NO_ALLOWED); in l2cap_reconfig_result_text() 296 CASE_RETURN_TEXT(tL2CAP_RECONFIG_RESULT::L2CAP_RECONFIG_INVALID_DCID); in l2cap_reconfig_result_text() 297 CASE_RETURN_TEXT(tL2CAP_RECONFIG_RESULT::L2CAP_RECONFIG_UNACCAPTED_PARAM); in l2cap_reconfig_result_text() 299 RETURN_UNKNOWN_TYPE_STRING(tL2CAP_RECONFIG_RESULT, result); in l2cap_reconfig_result_text()
|
/packages/modules/Bluetooth/system/stack/l2cap/ |
D | l2c_ble.cc | 645 tL2CAP_RECONFIG_RESULT::L2CAP_RECONFIG_UNACCAPTED_PARAM); in l2cble_process_sig_cmd() 657 tL2CAP_RECONFIG_RESULT::L2CAP_RECONFIG_UNACCAPTED_PARAM); in l2cble_process_sig_cmd() 676 tL2CAP_RECONFIG_RESULT::L2CAP_RECONFIG_INVALID_DCID); in l2cble_process_sig_cmd() 684 p_lcb, id, tL2CAP_RECONFIG_RESULT::L2CAP_RECONFIG_REDUCTION_MTU_NO_ALLOWED); in l2cble_process_sig_cmd() 692 p_lcb, id, tL2CAP_RECONFIG_RESULT::L2CAP_RECONFIG_REDUCTION_MPS_NO_ALLOWED); in l2cble_process_sig_cmd() 713 l2cu_send_ble_reconfig_rsp(p_lcb, id, tL2CAP_RECONFIG_RESULT::L2CAP_RECONFIG_SUCCEED); in l2cble_process_sig_cmd()
|
D | l2c_int.h | 751 void l2cu_send_ble_reconfig_rsp(tL2C_LCB* p_lcb, uint8_t rem_id, tL2CAP_RECONFIG_RESULT result);
|
D | l2c_utils.cc | 3280 void l2cu_send_ble_reconfig_rsp(tL2C_LCB* p_lcb, uint8_t rem_id, tL2CAP_RECONFIG_RESULT result) { in l2cu_send_ble_reconfig_rsp()
|
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_stack_l2cap_utils.cc | 157 tL2CAP_RECONFIG_RESULT /* result */) { in l2cu_send_ble_reconfig_rsp() argument
|