Searched refs:GATT_BUSY (Results 1 – 4 of 4) sorted by relevance
589 return GATT_BUSY; in GATTC_ConfigureMTU()646 return GATT_BUSY; in GATTC_Discover()701 return GATT_BUSY; in GATTC_Read()779 return GATT_BUSY; in GATTC_Write()832 return GATT_BUSY; in GATTC_ExecuteWrite()
439 if (err != GATT_SUCCESS && err != GATT_PENDING && err != GATT_BUSY) in gatt_process_read_multi_req()852 if (reason != GATT_PENDING && reason != GATT_BUSY) in gatts_process_read_by_type_req()936 status = GATT_BUSY; /* max pending command, application error */ in gatts_process_write_req()942 if (status != GATT_PENDING && status != GATT_BUSY && in gatts_process_write_req()990 if (reason != GATT_PENDING && reason != GATT_BUSY) in gatts_process_read_req()
712 return (tGATT_STATUS)GATT_BUSY; /* max pending command, application error */ in gatts_send_app_read_request()
53 #define GATT_BUSY 0x84 macro