Searched refs:GATT_STACK_RSP (Results 1 – 4 of 4) sorted by relevance
294 status = GATT_STACK_RSP; in read_attr_value()381 } else if (status == GATT_SUCCESS || status == GATT_STACK_RSP) { in gatts_db_read_attr_value_by_type()382 if (status == GATT_STACK_RSP){ in gatts_db_read_attr_value_by_type()1012 if ((status == GATT_PENDING) || (status == GATT_STACK_RSP)) { in gatts_read_attr_value_by_handle()1013 BOOLEAN need_rsp = (status != GATT_STACK_RSP); in gatts_read_attr_value_by_handle()1529 return (tGATT_STATUS) GATT_STACK_RSP; in gatts_send_app_read_request()
678 if (err == GATT_SUCCESS || err == GATT_STACK_RSP) { in gatt_process_read_multi_req()694 if (err != GATT_SUCCESS && err != GATT_STACK_RSP && err != GATT_PENDING && err != GATT_BUSY) { in gatt_process_read_multi_req()1197 if (reason != GATT_SUCCESS && reason != GATT_STACK_RSP) { in gatts_process_read_by_type_req()1513 if (reason != GATT_SUCCESS && reason != GATT_PENDING && reason != GATT_STACK_RSP) { in gatts_process_read_req()1523 } else if (reason == GATT_SUCCESS || reason == GATT_STACK_RSP) { in gatts_process_read_req()
74 #define GATT_STACK_RSP 0xE0 macro
131 #define BTA_GATT_STACK_RSP GATT_STACK_RSP /* 0xE0 */