Home
last modified time | relevance | path

Searched refs:GATT_PENDING (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-3.5.0/components/bt/host/bluedroid/stack/gatt/
Dgatt_db.c300 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()
Dgatt_sr.c577 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()
/hal_espressif-3.5.0/components/bt/host/bluedroid/stack/include/stack/
Dgatt_api.h57 #define GATT_PENDING 0x88 macro
/hal_espressif-3.5.0/components/bt/host/bluedroid/bta/include/bta/
Dbta_gatt_api.h116 #define BTA_GATT_PENDING GATT_PENDING /* 0x88 */