Searched refs:GATT_BUSY (Results 1 – 5 of 5) sorted by relevance
799 return GATT_BUSY; in GATTC_ConfigureMTU()850 return GATT_BUSY; in GATTC_Discover()917 return GATT_BUSY; in GATTC_Read()1003 return GATT_BUSY; in GATTC_Write()1078 return GATT_BUSY; in GATTC_ExecuteWrite()
511 if (err != GATT_SUCCESS && err != GATT_PENDING && err != GATT_BUSY) in gatt_process_read_multi_req()1073 if (reason != GATT_PENDING && reason != GATT_BUSY) in gatts_process_read_by_type_req()1157 status = GATT_BUSY; /* max pending command, application error */ in gatts_process_write_req()1162 if (status != GATT_PENDING && status != GATT_BUSY && in gatts_process_write_req()1232 if (reason != GATT_PENDING && reason != GATT_BUSY) in gatts_process_read_req()
1171 return(tGATT_STATUS) GATT_BUSY; /* max pending command, application error */ in gatts_send_app_read_request()
53 #define GATT_BUSY 0x84 macro
84 #define BTA_GATT_BUSY GATT_BUSY /* 0x84 */