Searched refs:GATT_STACK_RSP (Results 1 – 4 of 4) sorted by relevance
296 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()
561 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()
72 #define GATT_STACK_RSP 0xE0 macro
131 #define BTA_GATT_STACK_RSP GATT_STACK_RSP /* 0xE0 */