Searched refs:GATT_PENDING (Results 1 – 4 of 4) sorted by relevance
300 status = GATT_PENDING; in read_attr_value()375 if (status == GATT_PENDING) { in gatts_db_read_attr_value_by_type()419 if ((p_tcb->att_lcid == L2CAP_ATT_CID) && (status == GATT_PENDING) && in gatts_db_read_attr_value_by_type()943 if ((status == GATT_PENDING) || (status == GATT_STACK_RSP)) { in gatts_read_attr_value_by_handle()1452 return (tGATT_STATUS) GATT_PENDING; in gatts_send_app_read_request()
577 if (err != GATT_SUCCESS && err != GATT_STACK_RSP && err != GATT_PENDING && err != GATT_BUSY) { in gatt_process_read_multi_req()1086 if (reason != GATT_PENDING && reason != GATT_BUSY) { in gatts_process_read_by_type_req()1158 status = GATT_PENDING; in gatts_process_write_req()1178 } else if (status != GATT_PENDING){ in gatts_process_write_req()1395 if (reason != GATT_SUCCESS && reason != GATT_PENDING && reason != GATT_STACK_RSP) { in gatts_process_read_req()
57 #define GATT_PENDING 0x88 macro
116 #define BTA_GATT_PENDING GATT_PENDING /* 0x88 */