Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/bt/host/bluedroid/stack/gatt/
Dgatt_db.c296 status = GATT_STACK_RSP; in read_attr_value()
383 } else if (status == GATT_SUCCESS || status == GATT_STACK_RSP) { in gatts_db_read_attr_value_by_type()
384 if (status == GATT_STACK_RSP){ in gatts_db_read_attr_value_by_type()
943 if ((status == GATT_PENDING) || (status == GATT_STACK_RSP)) { in gatts_read_attr_value_by_handle()
944 BOOLEAN need_rsp = (status != GATT_STACK_RSP); in gatts_read_attr_value_by_handle()
1455 return (tGATT_STATUS) GATT_STACK_RSP; in gatts_send_app_read_request()
Dgatt_sr.c561 if (err == GATT_SUCCESS || err == GATT_STACK_RSP) { in gatt_process_read_multi_req()
577 if (err != GATT_SUCCESS && err != GATT_STACK_RSP && err != GATT_PENDING && err != GATT_BUSY) { in gatt_process_read_multi_req()
1080 if (reason != GATT_SUCCESS && reason != GATT_STACK_RSP) { in gatts_process_read_by_type_req()
1395 if (reason != GATT_SUCCESS && reason != GATT_PENDING && reason != GATT_STACK_RSP) { in gatts_process_read_req()
1405 } else if (reason == GATT_SUCCESS || reason == GATT_STACK_RSP) { in gatts_process_read_req()
/hal_espressif-3.4.0/components/bt/host/bluedroid/stack/include/stack/
Dgatt_api.h72 #define GATT_STACK_RSP 0xE0 macro
/hal_espressif-3.4.0/components/bt/host/bluedroid/bta/include/bta/
Dbta_gatt_api.h131 #define BTA_GATT_STACK_RSP GATT_STACK_RSP /* 0xE0 */