Searched refs:GATT_BUSY (Results 1 – 4 of 4) sorted by relevance
531 if (err != GATT_SUCCESS && err != GATT_PENDING && err != GATT_BUSY) in gatt_process_read_multi_req()962 if (reason != GATT_PENDING && reason != GATT_BUSY) in gatts_process_read_by_type_req()1049 status = GATT_BUSY; /* max pending command, application error */ in gatts_process_write_req()1055 if (status != GATT_PENDING && status != GATT_BUSY && in gatts_process_write_req()1105 if (reason != GATT_PENDING && reason != GATT_BUSY) in gatts_process_read_req()
735 return (tGATT_STATUS)GATT_BUSY; /* max pending command, application error */ in gatts_send_app_read_request()
70 GATT_BUSY = 0x84, enumerator122 CASE_RETURN_TEXT(GATT_BUSY); in gatt_status_text()
205 std::make_pair(GATT_BUSY, "GATT_BUSY"), in TEST_F_WITH_FLAGS()