Searched refs:GATT_CONGESTED (Results 1 – 4 of 4) sorted by relevance
338 return GATT_CONGESTED; in attp_send_msg_to_l2cap()427 if (att_ret != GATT_CONGESTED && att_ret != GATT_SUCCESS) { in attp_cl_send_cmd()
240 rt != GATT_CONGESTED) { in gatt_act_write()356 if (rt != GATT_SUCCESS && rt != GATT_CMD_STARTED && rt != GATT_CONGESTED) { in gatt_send_prepare_write()1039 if (att_ret != GATT_SUCCESS && att_ret != GATT_CONGESTED) { in gatt_cl_send_next_cmd_inq()
446 if (cmd_status == GATT_SUCCESS || cmd_status == GATT_CONGESTED) { in GATTS_HandleValueIndication()
64 #define GATT_CONGESTED 0x8f macro