Home
last modified time | relevance | path

Searched refs:GATT_CONGESTED (Results 1 – 5 of 5) sorted by relevance

/system/bt/stack/gatt/
Datt_protocol.c346 return GATT_CONGESTED; in attp_send_msg_to_l2cap()
466 if (att_ret == GATT_CONGESTED || att_ret == GATT_SUCCESS) in attp_cl_send_cmd()
Dgatt_cl.c279 if ((rt != GATT_SUCCESS && rt != GATT_CMD_STARTED && rt != GATT_CONGESTED) in gatt_act_write()
1118 if (att_ret == GATT_SUCCESS || att_ret == GATT_CONGESTED) in gatt_cl_send_next_cmd_inq()
Dgatt_api.c643 if (cmd_status == GATT_SUCCESS || cmd_status == GATT_CONGESTED) in GATTS_HandleValueIndication()
/system/bt/stack/include/
Dgatt_api.h65 #define GATT_CONGESTED 0x8f macro
/system/bt/bta/include/
Dbta_gatt_api.h97 #define BTA_GATT_CONGESTED GATT_CONGESTED /* 0x8f */