Searched refs:l2cap_ret (Results 1 – 2 of 2) sorted by relevance
330 uint16_t l2cap_ret; in attp_send_msg_to_l2cap() local334 l2cap_ret = L2CA_SendFixedChnlData(lcid, tcb.peer_bda, p_toL2CAP); in attp_send_msg_to_l2cap()337 l2cap_ret = (uint16_t)L2CA_DataWrite(lcid, p_toL2CAP); in attp_send_msg_to_l2cap()340 if (l2cap_ret == L2CAP_DW_FAILED) { in attp_send_msg_to_l2cap()343 } else if (l2cap_ret == L2CAP_DW_CONGESTED) { in attp_send_msg_to_l2cap()
336 uint16_t l2cap_ret; in smp_send_msg_to_L2CAP() local348 l2cap_ret = L2CA_SendFixedChnlData(fixed_cid, rem_bda, p_toL2CAP); in smp_send_msg_to_L2CAP()349 if (l2cap_ret == L2CAP_DW_FAILED) { in smp_send_msg_to_L2CAP()