Home
last modified time | relevance | path

Searched refs:GATT_BUSY (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Dgatt_api.c636 return GATT_BUSY; in GATTS_HandleValueIndication()
893 return GATT_BUSY; in GATTC_ConfigureMTU()
945 return GATT_BUSY; in GATTC_Discover()
1011 return GATT_BUSY; in GATTC_Read()
1095 return GATT_BUSY; in GATTC_Write()
1166 return GATT_BUSY; in GATTC_ExecuteWrite()
1617 status = GATT_BUSY; in GATT_SendServiceChangeIndication()
Dgatt_sr.c694 if (err != GATT_SUCCESS && err != GATT_STACK_RSP && err != GATT_PENDING && err != GATT_BUSY) { in gatt_process_read_multi_req()
1203 if (reason != GATT_PENDING && reason != GATT_BUSY) { in gatts_process_read_by_type_req()
1284 status = GATT_BUSY; /* max pending command, application error */ in gatts_process_write_req()
1519 if (reason != GATT_BUSY) { in gatts_process_read_req()
Dgatt_db.c385 if(status == GATT_BUSY) in gatts_db_read_attr_value_by_type()
1532 return (tGATT_STATUS) GATT_BUSY; /* max pending command, application error */ in gatts_send_app_read_request()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dgatt_api.h55 #define GATT_BUSY 0x84 macro
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_utils.c508 cb_data.status = GATT_BUSY; in bta_gattc_enqueue()
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_gatt_api.h112 #define BTA_GATT_BUSY GATT_BUSY /* 0x84 */